From 82dd8261ad6e4a686d23eecb108f3d89f5fcefe7 Mon Sep 17 00:00:00 2001 From: QM303176530 <303176530@qq.com> Date: Sun, 23 Aug 2020 16:29:26 +0800 Subject: [PATCH] =?UTF-8?q?gormv2=E5=8D=87=E7=BA=A7=20=E9=98=B6=E6=AE=B52?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/db/qmplus.sql | 139 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 111 insertions(+), 28 deletions(-) diff --git a/server/db/qmplus.sql b/server/db/qmplus.sql index 22ce817d..c7168de3 100644 --- a/server/db/qmplus.sql +++ b/server/db/qmplus.sql @@ -11,7 +11,7 @@ Target Server Version : 50640 File Encoding : 65001 - Date: 15/08/2020 23:09:13 + Date: 23/08/2020 16:29:13 */ SET NAMES utf8mb4; @@ -276,6 +276,11 @@ CREATE TABLE `exa_simple_uploaders` ( `file_path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '文件本地路径' ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin ROW_FORMAT = Compact; +-- ---------------------------- +-- Records of exa_simple_uploaders +-- ---------------------------- +INSERT INTO `exa_simple_uploaders` VALUES ('', '', '', '', '031d02b42ad9135daa052a56ad47a26a', 'consul.exe', '', 1, './finish/consul.exe'); + -- ---------------------------- -- Table structure for jwt_blacklists -- ---------------------------- @@ -435,7 +440,6 @@ INSERT INTO `sys_authority_menus` VALUES ('888', 34); INSERT INTO `sys_authority_menus` VALUES ('888', 38); INSERT INTO `sys_authority_menus` VALUES ('888', 40); INSERT INTO `sys_authority_menus` VALUES ('888', 41); -INSERT INTO `sys_authority_menus` VALUES ('888', 42); INSERT INTO `sys_authority_menus` VALUES ('888', 50); INSERT INTO `sys_authority_menus` VALUES ('888', 51); INSERT INTO `sys_authority_menus` VALUES ('888', 52); @@ -446,7 +450,6 @@ INSERT INTO `sys_authority_menus` VALUES ('8881', 18); INSERT INTO `sys_authority_menus` VALUES ('8881', 38); INSERT INTO `sys_authority_menus` VALUES ('8881', 40); INSERT INTO `sys_authority_menus` VALUES ('8881', 41); -INSERT INTO `sys_authority_menus` VALUES ('8881', 42); INSERT INTO `sys_authority_menus` VALUES ('9528', 1); INSERT INTO `sys_authority_menus` VALUES ('9528', 2); INSERT INTO `sys_authority_menus` VALUES ('9528', 3); @@ -466,7 +469,6 @@ INSERT INTO `sys_authority_menus` VALUES ('9528', 34); INSERT INTO `sys_authority_menus` VALUES ('9528', 38); INSERT INTO `sys_authority_menus` VALUES ('9528', 40); INSERT INTO `sys_authority_menus` VALUES ('9528', 41); -INSERT INTO `sys_authority_menus` VALUES ('9528', 42); -- ---------------------------- -- Table structure for sys_base_menu_parameters @@ -483,7 +485,12 @@ CREATE TABLE `sys_base_menu_parameters` ( `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, INDEX `idx_sys_base_menu_parameters_deleted_at`(`deleted_at`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 9 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin ROW_FORMAT = Compact; +) ENGINE = InnoDB AUTO_INCREMENT = 16 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin ROW_FORMAT = Compact; + +-- ---------------------------- +-- Records of sys_base_menu_parameters +-- ---------------------------- +INSERT INTO `sys_base_menu_parameters` VALUES (15, '2020-08-23 16:25:22', '2020-08-23 16:25:22', '2020-08-23 16:25:25', 2, 'query', '123', '213'); -- ---------------------------- -- Table structure for sys_base_menus @@ -515,7 +522,7 @@ CREATE TABLE `sys_base_menus` ( -- Records of sys_base_menus -- ---------------------------- INSERT INTO `sys_base_menus` VALUES (1, '2019-09-19 22:05:18', '2020-05-30 15:43:06', NULL, 0, 0, 'dashboard', 'dashboard', 0, 'view/dashboard/index.vue', '仪表盘', 'setting', '仪表盘', 1, 0, 0); -INSERT INTO `sys_base_menus` VALUES (2, '2019-09-19 22:06:17', '2020-08-11 23:26:21', NULL, 0, 0, 'about', 'about', 0, 'view/about/index.vue', '关于我们', 'info', '测试菜单', 7, 0, 0); +INSERT INTO `sys_base_menus` VALUES (2, '2019-09-19 22:06:17', '2020-08-23 16:25:25', NULL, 0, 0, 'about/:id', 'about', 0, 'view/about/index.vue', '关于我们', 'info', '测试菜单', 7, 0, 0); INSERT INTO `sys_base_menus` VALUES (3, '2019-09-19 22:06:38', '2020-04-24 10:16:43', NULL, 0, 0, 'admin', 'superAdmin', 0, 'view/superAdmin/index.vue', '超级管理员', 'user-solid', '超级管理员', 3, 0, 0); INSERT INTO `sys_base_menus` VALUES (4, '2019-09-19 22:11:53', '2020-05-30 15:43:25', NULL, 0, 3, 'authority', 'authority', 0, 'view/superAdmin/authority/authority.vue', '角色管理', 's-custom', '角色管理', 1, 0, 0); INSERT INTO `sys_base_menus` VALUES (5, '2019-09-19 22:13:18', '2020-04-30 17:45:27', NULL, 0, 3, 'menu', 'menu', 0, 'view/superAdmin/menu/menu.vue', '菜单管理', 's-order', '菜单管理', 2, 1, 0); @@ -541,31 +548,20 @@ INSERT INTO `sys_base_menus` VALUES (52, '2020-06-29 13:31:17', '2020-07-07 16:0 INSERT INTO `sys_base_menus` VALUES (53, '2020-08-15 11:41:49', '2020-08-15 11:43:15', NULL, 0, 19, 'simpleUploader', 'simpleUploader', 0, 'view/example/simpleUploader/simpleUploader', '断点续传(插件版)', 'upload', NULL, 6, 0, 0); -- ---------------------------- --- Table structure for sys_data_authority_id +-- Table structure for sys_data_authority_ids -- ---------------------------- -DROP TABLE IF EXISTS `sys_data_authority_id`; -CREATE TABLE `sys_data_authority_id` ( - `sys_authority_authority_id` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT '角色id', - `data_authority_id` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT '拥有的资源角色id', - PRIMARY KEY (`sys_authority_authority_id`, `data_authority_id`) USING BTREE, - INDEX `sys_authority_authority_id`(`sys_authority_authority_id`) USING BTREE, - INDEX `data_authority_id`(`data_authority_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Compact; +DROP TABLE IF EXISTS `sys_data_authority_ids`; +CREATE TABLE `sys_data_authority_ids` ( + `sys_authority_authority_id` int(11) NOT NULL, + `data_authority_id_authority_id` int(11) NOT NULL, + PRIMARY KEY (`sys_authority_authority_id`, `data_authority_id_authority_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact; -- ---------------------------- --- Records of sys_data_authority_id +-- Records of sys_data_authority_ids -- ---------------------------- -INSERT INTO `sys_data_authority_id` VALUES ('888', '888'); -INSERT INTO `sys_data_authority_id` VALUES ('888', '8881'); -INSERT INTO `sys_data_authority_id` VALUES ('888', '9528'); -INSERT INTO `sys_data_authority_id` VALUES ('888222', '888'); -INSERT INTO `sys_data_authority_id` VALUES ('888222', '8881'); -INSERT INTO `sys_data_authority_id` VALUES ('888222', '9528'); -INSERT INTO `sys_data_authority_id` VALUES ('8883', '888'); -INSERT INTO `sys_data_authority_id` VALUES ('8883', '8881'); -INSERT INTO `sys_data_authority_id` VALUES ('8883', '9528'); -INSERT INTO `sys_data_authority_id` VALUES ('9528', '8881'); -INSERT INTO `sys_data_authority_id` VALUES ('9528', '9528'); +INSERT INTO `sys_data_authority_ids` VALUES (888, 888); +INSERT INTO `sys_data_authority_ids` VALUES (888, 8881); -- ---------------------------- -- Table structure for sys_dictionaries @@ -660,7 +656,94 @@ CREATE TABLE `sys_operation_records` ( `resp` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '响应Body', PRIMARY KEY (`id`) USING BTREE, INDEX `idx_sys_operation_records_deleted_at`(`deleted_at`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 358 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin ROW_FORMAT = Compact; +) ENGINE = InnoDB AUTO_INCREMENT = 84 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin ROW_FORMAT = Compact; + +-- ---------------------------- +-- Records of sys_operation_records +-- ---------------------------- +INSERT INTO `sys_operation_records` VALUES (1, '2020-08-16 19:43:50', '2020-08-16 19:43:50', NULL, '127.0.0.1', 'GET', '/sysDictionary/getSysDictionaryList', 200, 2929000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":2,\"CreatedAt\":\"2020-06-24T20:44:00+08:00\",\"UpdatedAt\":\"2020-06-24T20:44:00+08:00\",\"DeletedAt\":null,\"name\":\"性别\",\"type\":\"sex\",\"status\":true,\"desc\":\"性别字典\",\"sysDictionaryDetails\":null},{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":null},{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":null},{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":null},{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":null},{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":null}],\"total\":6,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (2, '2020-08-16 19:48:33', '2020-08-16 19:48:33', NULL, '127.0.0.1', 'GET', '/sysDictionary/getSysDictionaryList', 200, 976400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":2,\"CreatedAt\":\"2020-06-24T20:44:00+08:00\",\"UpdatedAt\":\"2020-06-24T20:44:00+08:00\",\"DeletedAt\":null,\"name\":\"性别\",\"type\":\"sex\",\"status\":true,\"desc\":\"性别字典\",\"sysDictionaryDetails\":null},{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":null},{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":null},{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":null},{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":null},{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":null}],\"total\":6,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (3, '2020-08-16 19:48:39', '2020-08-16 19:48:39', NULL, '127.0.0.1', 'POST', '/user/getUserList', 200, 9751500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":10}', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"},{\"ID\":11,\"CreatedAt\":\"2019-09-13T17:27:29+08:00\",\"UpdatedAt\":\"2019-09-13T17:27:29+08:00\",\"DeletedAt\":null,\"uuid\":\"fd6ef79b-944c-4888-8377-abe2d2608858\",\"userName\":\"a303176530\",\"nickName\":\"QMPlusUser\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1572075907logo.png\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"9528\"}],\"total\":2,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (4, '2020-08-16 19:48:39', '2020-08-16 19:48:39', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 11717200, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (5, '2020-08-16 19:48:40', '2020-08-16 19:48:40', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2929300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (6, '2020-08-16 19:48:41', '2020-08-16 19:48:41', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2927700, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (7, '2020-08-16 19:48:46', '2020-08-16 19:48:46', NULL, '127.0.0.1', 'GET', '/sysDictionary/getSysDictionaryList', 200, 976700, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":2,\"CreatedAt\":\"2020-06-24T20:44:00+08:00\",\"UpdatedAt\":\"2020-06-24T20:44:00+08:00\",\"DeletedAt\":null,\"name\":\"性别\",\"type\":\"sex\",\"status\":true,\"desc\":\"性别字典\",\"sysDictionaryDetails\":null},{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":null},{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":null},{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":null},{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":null},{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":null}],\"total\":6,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (8, '2020-08-16 19:49:20', '2020-08-16 19:49:20', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 1952600, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":[{\"ID\":28,\"CreatedAt\":\"2020-07-05T15:53:25+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:25+08:00\",\"DeletedAt\":null,\"label\":\"char\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":6},{\"ID\":29,\"CreatedAt\":\"2020-07-05T15:53:29+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:29+08:00\",\"DeletedAt\":null,\"label\":\"varchar\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":6},{\"ID\":30,\"CreatedAt\":\"2020-07-05T15:53:35+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:35+08:00\",\"DeletedAt\":null,\"label\":\"tinyblob\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":6},{\"ID\":31,\"CreatedAt\":\"2020-07-05T15:53:40+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:40+08:00\",\"DeletedAt\":null,\"label\":\"tinytext\",\"value\":3,\"status\":true,\"sort\":3,\"sysDictionaryID\":6},{\"ID\":32,\"CreatedAt\":\"2020-07-05T15:53:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:48+08:00\",\"DeletedAt\":null,\"label\":\"text\",\"value\":4,\"status\":true,\"sort\":4,\"sysDictionaryID\":6},{\"ID\":33,\"CreatedAt\":\"2020-07-05T15:53:55+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:55+08:00\",\"DeletedAt\":null,\"label\":\"blob\",\"value\":5,\"status\":true,\"sort\":5,\"sysDictionaryID\":6},{\"ID\":34,\"CreatedAt\":\"2020-07-05T15:54:02+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:02+08:00\",\"DeletedAt\":null,\"label\":\"mediumblob\",\"value\":6,\"status\":true,\"sort\":6,\"sysDictionaryID\":6},{\"ID\":35,\"CreatedAt\":\"2020-07-05T15:54:09+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:09+08:00\",\"DeletedAt\":null,\"label\":\"mediumtext\",\"value\":7,\"status\":true,\"sort\":7,\"sysDictionaryID\":6},{\"ID\":36,\"CreatedAt\":\"2020-07-05T15:54:16+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:16+08:00\",\"DeletedAt\":null,\"label\":\"longblob\",\"value\":8,\"status\":true,\"sort\":8,\"sysDictionaryID\":6},{\"ID\":37,\"CreatedAt\":\"2020-07-05T15:54:24+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:24+08:00\",\"DeletedAt\":null,\"label\":\"longtext\",\"value\":9,\"status\":true,\"sort\":9,\"sysDictionaryID\":6}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (9, '2020-08-16 19:49:20', '2020-08-16 19:49:20', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 963000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":[{\"ID\":12,\"CreatedAt\":\"2020-07-05T15:31:41+08:00\",\"UpdatedAt\":\"2020-07-05T15:31:41+08:00\",\"DeletedAt\":null,\"label\":\"smallint\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":3},{\"ID\":13,\"CreatedAt\":\"2020-07-05T15:31:52+08:00\",\"UpdatedAt\":\"2020-07-05T15:31:52+08:00\",\"DeletedAt\":null,\"label\":\"mediumint\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":3},{\"ID\":14,\"CreatedAt\":\"2020-07-05T15:32:04+08:00\",\"UpdatedAt\":\"2020-07-05T15:32:04+08:00\",\"DeletedAt\":null,\"label\":\"int\",\"value\":3,\"status\":true,\"sort\":3,\"sysDictionaryID\":3},{\"ID\":15,\"CreatedAt\":\"2020-07-05T15:32:11+08:00\",\"UpdatedAt\":\"2020-07-05T15:32:11+08:00\",\"DeletedAt\":null,\"label\":\"bigint\",\"value\":4,\"status\":true,\"sort\":4,\"sysDictionaryID\":3}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (10, '2020-08-16 19:49:21', '2020-08-16 19:49:21', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 977800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":[{\"ID\":24,\"CreatedAt\":\"2020-07-05T15:34:30+08:00\",\"UpdatedAt\":\"2020-07-05T15:34:30+08:00\",\"DeletedAt\":null,\"label\":\"float\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":5},{\"ID\":25,\"CreatedAt\":\"2020-07-05T15:34:35+08:00\",\"UpdatedAt\":\"2020-07-05T15:34:35+08:00\",\"DeletedAt\":null,\"label\":\"double\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":5},{\"ID\":26,\"CreatedAt\":\"2020-07-05T15:34:41+08:00\",\"UpdatedAt\":\"2020-07-05T15:34:41+08:00\",\"DeletedAt\":null,\"label\":\"decimal\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":5}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (11, '2020-08-16 19:49:20', '2020-08-16 19:49:20', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 976800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":[{\"ID\":19,\"CreatedAt\":\"2020-07-05T15:33:16+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:16+08:00\",\"DeletedAt\":null,\"label\":\"data\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":4},{\"ID\":20,\"CreatedAt\":\"2020-07-05T15:33:21+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:21+08:00\",\"DeletedAt\":null,\"label\":\"time\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":4},{\"ID\":21,\"CreatedAt\":\"2020-07-05T15:33:25+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:25+08:00\",\"DeletedAt\":null,\"label\":\"year\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":4},{\"ID\":22,\"CreatedAt\":\"2020-07-05T15:33:35+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:35+08:00\",\"DeletedAt\":null,\"label\":\"datetime\",\"value\":3,\"status\":true,\"sort\":3,\"sysDictionaryID\":4},{\"ID\":23,\"CreatedAt\":\"2020-07-05T15:33:42+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:42+08:00\",\"DeletedAt\":null,\"label\":\"timestamp\",\"value\":5,\"status\":true,\"sort\":5,\"sysDictionaryID\":4}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (12, '2020-08-16 19:49:20', '2020-08-16 19:49:20', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 977800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":[{\"ID\":27,\"CreatedAt\":\"2020-07-05T15:37:45+08:00\",\"UpdatedAt\":\"2020-07-05T15:37:45+08:00\",\"DeletedAt\":null,\"label\":\"tinyint\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":7}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (13, '2020-08-16 19:49:21', '2020-08-16 19:49:21', NULL, '127.0.0.1', 'GET', '/autoCode/getDB', 200, 68432700, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"dbs\":[{\"database\":\"information_schema\"},{\"database\":\"demo\"},{\"database\":\"ginclass\"},{\"database\":\"history\"},{\"database\":\"mysql\"},{\"database\":\"pandora\"},{\"database\":\"performance_schema\"},{\"database\":\"qmplus\"},{\"database\":\"qmplus1\"},{\"database\":\"sakila\"},{\"database\":\"tanbao\"},{\"database\":\"test\"},{\"database\":\"world\"},{\"database\":\"zhongzerong\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (14, '2020-08-16 19:50:56', '2020-08-16 19:50:56', NULL, '127.0.0.1', 'GET', '/customer/customerList', 200, 2928400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":1,\"CreatedAt\":\"2020-02-25T18:01:48+08:00\",\"UpdatedAt\":\"2020-04-10T12:29:29+08:00\",\"DeletedAt\":null,\"customerName\":\"测试客户\",\"customerPhoneData\":\"1761111111\",\"sysUserId\":10,\"sysUserAuthorityID\":\"888\",\"sysUser\":{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"0001-01-01T00:00:00Z\",\"UpdatedAt\":\"0001-01-01T00:00:00Z\",\"DeletedAt\":null,\"authorityId\":\"\",\"authorityName\":\"\",\"parentId\":\"\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"}}],\"total\":1,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (15, '2020-08-16 19:52:30', '2020-08-16 19:52:30', NULL, '127.0.0.1', 'GET', '/customer/customerList', 200, 2927200, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":1,\"CreatedAt\":\"2020-02-25T18:01:48+08:00\",\"UpdatedAt\":\"2020-04-10T12:29:29+08:00\",\"DeletedAt\":null,\"customerName\":\"测试客户\",\"customerPhoneData\":\"1761111111\",\"sysUserId\":10,\"sysUserAuthorityID\":\"888\",\"sysUser\":{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"0001-01-01T00:00:00Z\",\"UpdatedAt\":\"0001-01-01T00:00:00Z\",\"DeletedAt\":null,\"authorityId\":\"\",\"authorityName\":\"\",\"parentId\":\"\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"}}],\"total\":1,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (16, '2020-08-16 19:52:34', '2020-08-16 19:52:34', NULL, '127.0.0.1', 'GET', '/customer/customerList', 200, 2915500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":1,\"CreatedAt\":\"2020-02-25T18:01:48+08:00\",\"UpdatedAt\":\"2020-04-10T12:29:29+08:00\",\"DeletedAt\":null,\"customerName\":\"测试客户\",\"customerPhoneData\":\"1761111111\",\"sysUserId\":10,\"sysUserAuthorityID\":\"888\",\"sysUser\":{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"0001-01-01T00:00:00Z\",\"UpdatedAt\":\"0001-01-01T00:00:00Z\",\"DeletedAt\":null,\"authorityId\":\"\",\"authorityName\":\"\",\"parentId\":\"\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"}}],\"total\":1,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (17, '2020-08-16 19:52:51', '2020-08-16 19:52:51', NULL, '127.0.0.1', 'GET', '/customer/customerList', 200, 1952400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":1,\"CreatedAt\":\"2020-02-25T18:01:48+08:00\",\"UpdatedAt\":\"2020-04-10T12:29:29+08:00\",\"DeletedAt\":null,\"customerName\":\"测试客户\",\"customerPhoneData\":\"1761111111\",\"sysUserId\":10,\"sysUserAuthorityID\":\"888\",\"sysUser\":{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"0001-01-01T00:00:00Z\",\"UpdatedAt\":\"0001-01-01T00:00:00Z\",\"DeletedAt\":null,\"authorityId\":\"\",\"authorityName\":\"\",\"parentId\":\"\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"}}],\"total\":1,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (18, '2020-08-16 20:16:27', '2020-08-16 20:16:27', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2929000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (19, '2020-08-16 20:16:28', '2020-08-16 20:16:28', NULL, '127.0.0.1', 'POST', '/user/getUserList', 200, 3905300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":10}', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"},{\"ID\":11,\"CreatedAt\":\"2019-09-13T17:27:29+08:00\",\"UpdatedAt\":\"2019-09-13T17:27:29+08:00\",\"DeletedAt\":null,\"uuid\":\"fd6ef79b-944c-4888-8377-abe2d2608858\",\"userName\":\"a303176530\",\"nickName\":\"QMPlusUser\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1572075907logo.png\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"9528\"}],\"total\":2,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (20, '2020-08-16 20:16:28', '2020-08-16 20:16:28', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2918400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (21, '2020-08-16 20:16:30', '2020-08-16 20:16:30', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2919300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (22, '2020-08-16 20:16:33', '2020-08-16 20:16:33', NULL, '127.0.0.1', 'POST', '/user/getUserList', 200, 1954000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":10}', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"},{\"ID\":11,\"CreatedAt\":\"2019-09-13T17:27:29+08:00\",\"UpdatedAt\":\"2019-09-13T17:27:29+08:00\",\"DeletedAt\":null,\"uuid\":\"fd6ef79b-944c-4888-8377-abe2d2608858\",\"userName\":\"a303176530\",\"nickName\":\"QMPlusUser\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1572075907logo.png\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"9528\"}],\"total\":2,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (23, '2020-08-16 20:16:33', '2020-08-16 20:16:33', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 4880800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (24, '2020-08-16 20:16:33', '2020-08-16 20:16:33', NULL, '127.0.0.1', 'GET', '/sysDictionary/getSysDictionaryList', 200, 974700, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":2,\"CreatedAt\":\"2020-06-24T20:44:00+08:00\",\"UpdatedAt\":\"2020-06-24T20:44:00+08:00\",\"DeletedAt\":null,\"name\":\"性别\",\"type\":\"sex\",\"status\":true,\"desc\":\"性别字典\",\"sysDictionaryDetails\":null},{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":null},{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":null},{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":null},{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":null},{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":null}],\"total\":6,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (25, '2020-08-16 20:16:33', '2020-08-16 20:16:33', NULL, '127.0.0.1', 'GET', '/sysDictionary/getSysDictionaryList', 200, 875100, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":2,\"CreatedAt\":\"2020-06-24T20:44:00+08:00\",\"UpdatedAt\":\"2020-06-24T20:44:00+08:00\",\"DeletedAt\":null,\"name\":\"性别\",\"type\":\"sex\",\"status\":true,\"desc\":\"性别字典\",\"sysDictionaryDetails\":null},{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":null},{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":null},{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":null},{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":null},{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":null}],\"total\":6,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (26, '2020-08-16 20:16:34', '2020-08-16 20:16:34', NULL, '127.0.0.1', 'POST', '/user/getUserList', 200, 979400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":10}', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"},{\"ID\":11,\"CreatedAt\":\"2019-09-13T17:27:29+08:00\",\"UpdatedAt\":\"2019-09-13T17:27:29+08:00\",\"DeletedAt\":null,\"uuid\":\"fd6ef79b-944c-4888-8377-abe2d2608858\",\"userName\":\"a303176530\",\"nickName\":\"QMPlusUser\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1572075907logo.png\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"9528\"}],\"total\":2,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (27, '2020-08-16 20:16:35', '2020-08-16 20:16:35', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2915400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (28, '2020-08-16 20:16:38', '2020-08-16 20:16:38', NULL, '127.0.0.1', 'GET', '/sysDictionary/getSysDictionaryList', 200, 976400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":2,\"CreatedAt\":\"2020-06-24T20:44:00+08:00\",\"UpdatedAt\":\"2020-06-24T20:44:00+08:00\",\"DeletedAt\":null,\"name\":\"性别\",\"type\":\"sex\",\"status\":true,\"desc\":\"性别字典\",\"sysDictionaryDetails\":null},{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":null},{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":null},{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":null},{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":null},{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":null}],\"total\":6,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (29, '2020-08-16 20:16:42', '2020-08-16 20:16:42', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2927400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (30, '2020-08-16 20:16:42', '2020-08-16 20:16:42', NULL, '127.0.0.1', 'POST', '/user/getUserList', 200, 975900, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":10}', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"},{\"ID\":11,\"CreatedAt\":\"2019-09-13T17:27:29+08:00\",\"UpdatedAt\":\"2019-09-13T17:27:29+08:00\",\"DeletedAt\":null,\"uuid\":\"fd6ef79b-944c-4888-8377-abe2d2608858\",\"userName\":\"a303176530\",\"nickName\":\"QMPlusUser\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1572075907logo.png\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"9528\"}],\"total\":2,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (31, '2020-08-16 20:16:42', '2020-08-16 20:16:42', NULL, '127.0.0.1', 'GET', '/sysDictionary/getSysDictionaryList', 200, 976400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":2,\"CreatedAt\":\"2020-06-24T20:44:00+08:00\",\"UpdatedAt\":\"2020-06-24T20:44:00+08:00\",\"DeletedAt\":null,\"name\":\"性别\",\"type\":\"sex\",\"status\":true,\"desc\":\"性别字典\",\"sysDictionaryDetails\":null},{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":null},{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":null},{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":null},{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":null},{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":null}],\"total\":6,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (32, '2020-08-16 20:16:44', '2020-08-16 20:16:44', NULL, '127.0.0.1', 'GET', '/sysDictionary/getSysDictionaryList', 200, 989800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":2,\"CreatedAt\":\"2020-06-24T20:44:00+08:00\",\"UpdatedAt\":\"2020-06-24T20:44:00+08:00\",\"DeletedAt\":null,\"name\":\"性别\",\"type\":\"sex\",\"status\":true,\"desc\":\"性别字典\",\"sysDictionaryDetails\":null},{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":null},{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":null},{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":null},{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":null},{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":null}],\"total\":6,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (33, '2020-08-16 20:16:45', '2020-08-16 20:16:45', NULL, '127.0.0.1', 'POST', '/user/getUserList', 200, 982100, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":10}', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"},{\"ID\":11,\"CreatedAt\":\"2019-09-13T17:27:29+08:00\",\"UpdatedAt\":\"2019-09-13T17:27:29+08:00\",\"DeletedAt\":null,\"uuid\":\"fd6ef79b-944c-4888-8377-abe2d2608858\",\"userName\":\"a303176530\",\"nickName\":\"QMPlusUser\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1572075907logo.png\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"9528\"}],\"total\":2,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (34, '2020-08-16 20:16:45', '2020-08-16 20:16:45', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2928900, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (35, '2020-08-16 20:20:36', '2020-08-16 20:20:36', NULL, '127.0.0.1', 'POST', '/user/getUserList', 200, 977200, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":10}', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"},{\"ID\":11,\"CreatedAt\":\"2019-09-13T17:27:29+08:00\",\"UpdatedAt\":\"2019-09-13T17:27:29+08:00\",\"DeletedAt\":null,\"uuid\":\"fd6ef79b-944c-4888-8377-abe2d2608858\",\"userName\":\"a303176530\",\"nickName\":\"QMPlusUser\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1572075907logo.png\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"9528\"}],\"total\":2,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (36, '2020-08-16 20:20:36', '2020-08-16 20:20:36', '2020-08-22 16:15:39', '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2929500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (37, '2020-08-16 20:27:22', '2020-08-16 20:27:22', NULL, '127.0.0.1', 'GET', '/customer/customerList', 200, 2928900, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":1,\"CreatedAt\":\"2020-02-25T18:01:48+08:00\",\"UpdatedAt\":\"2020-04-10T12:29:29+08:00\",\"DeletedAt\":null,\"customerName\":\"测试客户\",\"customerPhoneData\":\"1761111111\",\"sysUserId\":10,\"sysUserAuthorityID\":\"888\",\"sysUser\":{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":null,\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"0001-01-01T00:00:00Z\",\"UpdatedAt\":\"0001-01-01T00:00:00Z\",\"DeletedAt\":null,\"authorityId\":\"\",\"authorityName\":\"\",\"parentId\":\"\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"}}],\"total\":1,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (38, '2020-08-22 16:15:49', '2020-08-22 16:15:49', NULL, '127.0.0.1', 'GET', '/autoCode/getDB', 200, 4880300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"dbs\":[{\"database\":\"information_schema\"},{\"database\":\"demo\"},{\"database\":\"ginclass\"},{\"database\":\"history\"},{\"database\":\"mysql\"},{\"database\":\"pandora\"},{\"database\":\"performance_schema\"},{\"database\":\"qmplus\"},{\"database\":\"qmplus1\"},{\"database\":\"sakila\"},{\"database\":\"tanbao\"},{\"database\":\"test\"},{\"database\":\"world\"},{\"database\":\"zhongzerong\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (39, '2020-08-22 16:15:49', '2020-08-22 16:15:49', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 4886400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":[{\"ID\":28,\"CreatedAt\":\"2020-07-05T15:53:25+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:25+08:00\",\"DeletedAt\":null,\"label\":\"char\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":6},{\"ID\":29,\"CreatedAt\":\"2020-07-05T15:53:29+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:29+08:00\",\"DeletedAt\":null,\"label\":\"varchar\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":6},{\"ID\":30,\"CreatedAt\":\"2020-07-05T15:53:35+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:35+08:00\",\"DeletedAt\":null,\"label\":\"tinyblob\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":6},{\"ID\":31,\"CreatedAt\":\"2020-07-05T15:53:40+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:40+08:00\",\"DeletedAt\":null,\"label\":\"tinytext\",\"value\":3,\"status\":true,\"sort\":3,\"sysDictionaryID\":6},{\"ID\":32,\"CreatedAt\":\"2020-07-05T15:53:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:48+08:00\",\"DeletedAt\":null,\"label\":\"text\",\"value\":4,\"status\":true,\"sort\":4,\"sysDictionaryID\":6},{\"ID\":33,\"CreatedAt\":\"2020-07-05T15:53:55+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:55+08:00\",\"DeletedAt\":null,\"label\":\"blob\",\"value\":5,\"status\":true,\"sort\":5,\"sysDictionaryID\":6},{\"ID\":34,\"CreatedAt\":\"2020-07-05T15:54:02+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:02+08:00\",\"DeletedAt\":null,\"label\":\"mediumblob\",\"value\":6,\"status\":true,\"sort\":6,\"sysDictionaryID\":6},{\"ID\":35,\"CreatedAt\":\"2020-07-05T15:54:09+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:09+08:00\",\"DeletedAt\":null,\"label\":\"mediumtext\",\"value\":7,\"status\":true,\"sort\":7,\"sysDictionaryID\":6},{\"ID\":36,\"CreatedAt\":\"2020-07-05T15:54:16+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:16+08:00\",\"DeletedAt\":null,\"label\":\"longblob\",\"value\":8,\"status\":true,\"sort\":8,\"sysDictionaryID\":6},{\"ID\":37,\"CreatedAt\":\"2020-07-05T15:54:24+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:24+08:00\",\"DeletedAt\":null,\"label\":\"longtext\",\"value\":9,\"status\":true,\"sort\":9,\"sysDictionaryID\":6}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (40, '2020-08-22 16:15:49', '2020-08-22 16:15:49', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 977000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":[{\"ID\":24,\"CreatedAt\":\"2020-07-05T15:34:30+08:00\",\"UpdatedAt\":\"2020-07-05T15:34:30+08:00\",\"DeletedAt\":null,\"label\":\"float\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":5},{\"ID\":25,\"CreatedAt\":\"2020-07-05T15:34:35+08:00\",\"UpdatedAt\":\"2020-07-05T15:34:35+08:00\",\"DeletedAt\":null,\"label\":\"double\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":5},{\"ID\":26,\"CreatedAt\":\"2020-07-05T15:34:41+08:00\",\"UpdatedAt\":\"2020-07-05T15:34:41+08:00\",\"DeletedAt\":null,\"label\":\"decimal\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":5}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (41, '2020-08-22 16:15:49', '2020-08-22 16:15:49', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 977000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":[{\"ID\":27,\"CreatedAt\":\"2020-07-05T15:37:45+08:00\",\"UpdatedAt\":\"2020-07-05T15:37:45+08:00\",\"DeletedAt\":null,\"label\":\"tinyint\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":7}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (42, '2020-08-22 16:15:49', '2020-08-22 16:15:49', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 974500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":[{\"ID\":12,\"CreatedAt\":\"2020-07-05T15:31:41+08:00\",\"UpdatedAt\":\"2020-07-05T15:31:41+08:00\",\"DeletedAt\":null,\"label\":\"smallint\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":3},{\"ID\":13,\"CreatedAt\":\"2020-07-05T15:31:52+08:00\",\"UpdatedAt\":\"2020-07-05T15:31:52+08:00\",\"DeletedAt\":null,\"label\":\"mediumint\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":3},{\"ID\":14,\"CreatedAt\":\"2020-07-05T15:32:04+08:00\",\"UpdatedAt\":\"2020-07-05T15:32:04+08:00\",\"DeletedAt\":null,\"label\":\"int\",\"value\":3,\"status\":true,\"sort\":3,\"sysDictionaryID\":3},{\"ID\":15,\"CreatedAt\":\"2020-07-05T15:32:11+08:00\",\"UpdatedAt\":\"2020-07-05T15:32:11+08:00\",\"DeletedAt\":null,\"label\":\"bigint\",\"value\":4,\"status\":true,\"sort\":4,\"sysDictionaryID\":3}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (43, '2020-08-22 16:15:49', '2020-08-22 16:15:49', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 974500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":[{\"ID\":19,\"CreatedAt\":\"2020-07-05T15:33:16+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:16+08:00\",\"DeletedAt\":null,\"label\":\"data\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":4},{\"ID\":20,\"CreatedAt\":\"2020-07-05T15:33:21+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:21+08:00\",\"DeletedAt\":null,\"label\":\"time\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":4},{\"ID\":21,\"CreatedAt\":\"2020-07-05T15:33:25+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:25+08:00\",\"DeletedAt\":null,\"label\":\"year\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":4},{\"ID\":22,\"CreatedAt\":\"2020-07-05T15:33:35+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:35+08:00\",\"DeletedAt\":null,\"label\":\"datetime\",\"value\":3,\"status\":true,\"sort\":3,\"sysDictionaryID\":4},{\"ID\":23,\"CreatedAt\":\"2020-07-05T15:33:42+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:42+08:00\",\"DeletedAt\":null,\"label\":\"timestamp\",\"value\":5,\"status\":true,\"sort\":5,\"sysDictionaryID\":4}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (44, '2020-08-22 16:15:54', '2020-08-22 16:15:54', NULL, '127.0.0.1', 'GET', '/autoCode/getTables', 200, 1966500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"tables\":[{\"tableName\":\"authority_menu\"},{\"tableName\":\"casbin_rule\"},{\"tableName\":\"exa_customers\"},{\"tableName\":\"exa_file_chunks\"},{\"tableName\":\"exa_file_upload_and_downloads\"},{\"tableName\":\"exa_files\"},{\"tableName\":\"examination_records\"},{\"tableName\":\"jwt_blacklists\"},{\"tableName\":\"personnels\"},{\"tableName\":\"records\"},{\"tableName\":\"sys_apis\"},{\"tableName\":\"sys_authorities\"},{\"tableName\":\"sys_authority_menus\"},{\"tableName\":\"sys_base_menus\"},{\"tableName\":\"sys_data_authority_id\"},{\"tableName\":\"sys_users\"},{\"tableName\":\"sys_workflow_step_infos\"},{\"tableName\":\"sys_workflows\"},{\"tableName\":\"test_paper_svg_nodes\"},{\"tableName\":\"test_papers\"},{\"tableName\":\"tools\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (45, '2020-08-22 16:15:56', '2020-08-22 16:15:56', NULL, '127.0.0.1', 'GET', '/autoCode/getColume', 200, 37101400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"columes\":[{\"columeName\":\"id\",\"dataType\":\"int\",\"dataTypeLong\":\"10\",\"columeComment\":\"\"},{\"columeName\":\"created_at\",\"dataType\":\"timestamp\",\"dataTypeLong\":\"\",\"columeComment\":\"\"},{\"columeName\":\"updated_at\",\"dataType\":\"timestamp\",\"dataTypeLong\":\"\",\"columeComment\":\"\"},{\"columeName\":\"deleted_at\",\"dataType\":\"timestamp\",\"dataTypeLong\":\"\",\"columeComment\":\"\"},{\"columeName\":\"customer_name\",\"dataType\":\"varchar\",\"dataTypeLong\":\"255\",\"columeComment\":\"\"},{\"columeName\":\"customer_phone_data\",\"dataType\":\"varchar\",\"dataTypeLong\":\"255\",\"columeComment\":\"\"},{\"columeName\":\"sys_user_id\",\"dataType\":\"int\",\"dataTypeLong\":\"10\",\"columeComment\":\"\"},{\"columeName\":\"sys_user_authority_id\",\"dataType\":\"varchar\",\"dataTypeLong\":\"255\",\"columeComment\":\"\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (46, '2020-08-22 16:15:58', '2020-08-22 16:15:58', NULL, '127.0.0.1', 'GET', '/sysDictionary/getSysDictionaryList', 200, 967900, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":2,\"CreatedAt\":\"2020-06-24T20:44:00+08:00\",\"UpdatedAt\":\"2020-06-24T20:44:00+08:00\",\"DeletedAt\":null,\"name\":\"性别\",\"type\":\"sex\",\"status\":true,\"desc\":\"性别字典\",\"sysDictionaryDetails\":null},{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":null,\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":null},{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":null,\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":null},{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":null,\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":null},{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":null,\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":null},{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":null,\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":null}],\"total\":6,\"page\":1,\"pageSize\":999999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (47, '2020-08-23 15:24:29', '2020-08-23 15:24:29', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 6834600, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (48, '2020-08-23 15:24:31', '2020-08-23 15:24:31', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 10739600, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"888\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/casbin/casbinTest/:pathParam\",\"method\":\"GET\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getColume\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/updateSysOperationRecord\",\"method\":\"PUT\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (49, '2020-08-23 15:24:37', '2020-08-23 15:24:37', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 6822700, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"9528\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (50, '2020-08-23 15:24:42', '2020-08-23 15:24:42', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 5871700, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"8881\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (51, '2020-08-23 15:33:35', '2020-08-23 15:33:35', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 13670500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":7,\"data\":{},\"msg\":\"获取数据失败,Error 1146: Table \'qmplus.sys_data_authority_id\' doesn\'t exist\"}'); +INSERT INTO `sys_operation_records` VALUES (52, '2020-08-23 15:34:07', '2020-08-23 15:34:07', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 4882400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":7,\"data\":{},\"msg\":\"获取数据失败,Error 1054: Unknown column \'sys_data_authority_id.data_authority_id\' in \'on clause\'\"}'); +INSERT INTO `sys_operation_records` VALUES (53, '2020-08-23 15:35:01', '2020-08-23 15:35:01', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 4879100, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (54, '2020-08-23 15:35:03', '2020-08-23 15:35:03', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 9763900, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"888\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/casbin/casbinTest/:pathParam\",\"method\":\"GET\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getColume\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/updateSysOperationRecord\",\"method\":\"PUT\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (55, '2020-08-23 15:36:16', '2020-08-23 15:36:16', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 3896900, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (56, '2020-08-23 15:36:18', '2020-08-23 15:36:18', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 3906500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (57, '2020-08-23 15:36:29', '2020-08-23 15:36:29', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 7810000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"888\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/casbin/casbinTest/:pathParam\",\"method\":\"GET\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getColume\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/updateSysOperationRecord\",\"method\":\"PUT\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (58, '2020-08-23 15:36:38', '2020-08-23 15:36:38', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2928500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (59, '2020-08-23 15:36:40', '2020-08-23 15:36:40', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 7853400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"888\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/casbin/casbinTest/:pathParam\",\"method\":\"GET\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getColume\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/updateSysOperationRecord\",\"method\":\"PUT\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (60, '2020-08-23 15:37:32', '2020-08-23 15:37:32', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 2927800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (61, '2020-08-23 15:37:33', '2020-08-23 15:37:33', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 7811900, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"888\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/casbin/casbinTest/:pathParam\",\"method\":\"GET\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getColume\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/updateSysOperationRecord\",\"method\":\"PUT\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (62, '2020-08-23 15:37:37', '2020-08-23 15:37:37', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 3906200, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":[],\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (63, '2020-08-23 15:37:39', '2020-08-23 15:37:39', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 6833600, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"888\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/casbin/casbinTest/:pathParam\",\"method\":\"GET\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getColume\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/updateSysOperationRecord\",\"method\":\"PUT\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (64, '2020-08-23 15:39:25', '2020-08-23 15:39:25', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 8778500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"888\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/casbin/casbinTest/:pathParam\",\"method\":\"GET\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getColume\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/updateSysOperationRecord\",\"method\":\"PUT\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (65, '2020-08-23 15:39:30', '2020-08-23 15:39:30', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 4878500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (66, '2020-08-23 15:39:31', '2020-08-23 15:39:31', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 10740500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"888\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/casbin/casbinTest/:pathParam\",\"method\":\"GET\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getColume\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/updateSysOperationRecord\",\"method\":\"PUT\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (67, '2020-08-23 15:39:37', '2020-08-23 15:39:37', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 5860300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (68, '2020-08-23 15:39:40', '2020-08-23 15:39:40', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 10740000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"888\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/casbin/casbinTest/:pathParam\",\"method\":\"GET\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getColume\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/updateSysOperationRecord\",\"method\":\"PUT\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (69, '2020-08-23 15:39:43', '2020-08-23 15:39:43', NULL, '127.0.0.1', 'GET', '/autoCode/getDB', 200, 3906400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"dbs\":[{\"database\":\"information_schema\"},{\"database\":\"casbin\"},{\"database\":\"demo\"},{\"database\":\"ginclass\"},{\"database\":\"history\"},{\"database\":\"mysql\"},{\"database\":\"pandora\"},{\"database\":\"performance_schema\"},{\"database\":\"qmplus\"},{\"database\":\"qmplus1\"},{\"database\":\"sakila\"},{\"database\":\"tanbao\"},{\"database\":\"test\"},{\"database\":\"world\"},{\"database\":\"zhongzerong\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (70, '2020-08-23 15:39:43', '2020-08-23 15:39:43', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 2929000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":[{\"ID\":28,\"CreatedAt\":\"2020-07-05T15:53:25+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:25+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"char\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":6},{\"ID\":29,\"CreatedAt\":\"2020-07-05T15:53:29+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:29+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"varchar\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":6},{\"ID\":30,\"CreatedAt\":\"2020-07-05T15:53:35+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:35+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"tinyblob\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":6},{\"ID\":31,\"CreatedAt\":\"2020-07-05T15:53:40+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:40+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"tinytext\",\"value\":3,\"status\":true,\"sort\":3,\"sysDictionaryID\":6},{\"ID\":32,\"CreatedAt\":\"2020-07-05T15:53:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:48+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"text\",\"value\":4,\"status\":true,\"sort\":4,\"sysDictionaryID\":6},{\"ID\":33,\"CreatedAt\":\"2020-07-05T15:53:55+08:00\",\"UpdatedAt\":\"2020-07-05T15:53:55+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"blob\",\"value\":5,\"status\":true,\"sort\":5,\"sysDictionaryID\":6},{\"ID\":34,\"CreatedAt\":\"2020-07-05T15:54:02+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:02+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"mediumblob\",\"value\":6,\"status\":true,\"sort\":6,\"sysDictionaryID\":6},{\"ID\":35,\"CreatedAt\":\"2020-07-05T15:54:09+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:09+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"mediumtext\",\"value\":7,\"status\":true,\"sort\":7,\"sysDictionaryID\":6},{\"ID\":36,\"CreatedAt\":\"2020-07-05T15:54:16+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:16+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"longblob\",\"value\":8,\"status\":true,\"sort\":8,\"sysDictionaryID\":6},{\"ID\":37,\"CreatedAt\":\"2020-07-05T15:54:24+08:00\",\"UpdatedAt\":\"2020-07-05T15:54:24+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"longtext\",\"value\":9,\"status\":true,\"sort\":9,\"sysDictionaryID\":6}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (71, '2020-08-23 15:39:44', '2020-08-23 15:39:44', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 1954600, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":[{\"ID\":12,\"CreatedAt\":\"2020-07-05T15:31:41+08:00\",\"UpdatedAt\":\"2020-07-05T15:31:41+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"smallint\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":3},{\"ID\":13,\"CreatedAt\":\"2020-07-05T15:31:52+08:00\",\"UpdatedAt\":\"2020-07-05T15:31:52+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"mediumint\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":3},{\"ID\":14,\"CreatedAt\":\"2020-07-05T15:32:04+08:00\",\"UpdatedAt\":\"2020-07-05T15:32:04+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"int\",\"value\":3,\"status\":true,\"sort\":3,\"sysDictionaryID\":3},{\"ID\":15,\"CreatedAt\":\"2020-07-05T15:32:11+08:00\",\"UpdatedAt\":\"2020-07-05T15:32:11+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"bigint\",\"value\":4,\"status\":true,\"sort\":4,\"sysDictionaryID\":3}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (72, '2020-08-23 15:39:44', '2020-08-23 15:39:44', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 1954400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":[{\"ID\":27,\"CreatedAt\":\"2020-07-05T15:37:45+08:00\",\"UpdatedAt\":\"2020-07-05T15:37:45+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"tinyint\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":7}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (73, '2020-08-23 15:39:44', '2020-08-23 15:39:44', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 976100, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":[{\"ID\":24,\"CreatedAt\":\"2020-07-05T15:34:30+08:00\",\"UpdatedAt\":\"2020-07-05T15:34:30+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"float\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":5},{\"ID\":25,\"CreatedAt\":\"2020-07-05T15:34:35+08:00\",\"UpdatedAt\":\"2020-07-05T15:34:35+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"double\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":5},{\"ID\":26,\"CreatedAt\":\"2020-07-05T15:34:41+08:00\",\"UpdatedAt\":\"2020-07-05T15:34:41+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"decimal\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":5}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (74, '2020-08-23 15:39:44', '2020-08-23 15:39:44', NULL, '127.0.0.1', 'GET', '/sysDictionary/findSysDictionary', 200, 2929600, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"resysDictionary\":{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":[{\"ID\":19,\"CreatedAt\":\"2020-07-05T15:33:16+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:16+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"data\",\"value\":0,\"status\":true,\"sort\":0,\"sysDictionaryID\":4},{\"ID\":20,\"CreatedAt\":\"2020-07-05T15:33:21+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:21+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"time\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":4},{\"ID\":21,\"CreatedAt\":\"2020-07-05T15:33:25+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:25+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"year\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":4},{\"ID\":22,\"CreatedAt\":\"2020-07-05T15:33:35+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:35+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"datetime\",\"value\":3,\"status\":true,\"sort\":3,\"sysDictionaryID\":4},{\"ID\":23,\"CreatedAt\":\"2020-07-05T15:33:42+08:00\",\"UpdatedAt\":\"2020-07-05T15:33:42+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"label\":\"timestamp\",\"value\":5,\"status\":true,\"sort\":5,\"sysDictionaryID\":4}]}},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (75, '2020-08-23 15:39:47', '2020-08-23 15:39:47', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 4873200, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (76, '2020-08-23 15:39:49', '2020-08-23 15:39:49', NULL, '127.0.0.1', 'POST', '/user/getUserList', 200, 1953100, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":10}', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"},{\"ID\":11,\"CreatedAt\":\"2019-09-13T17:27:29+08:00\",\"UpdatedAt\":\"2019-09-13T17:27:29+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"uuid\":\"fd6ef79b-944c-4888-8377-abe2d2608858\",\"userName\":\"a303176530\",\"nickName\":\"QMPlusUser\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1572075907logo.png\",\"authority\":{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"9528\"}],\"total\":2,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (77, '2020-08-23 15:39:49', '2020-08-23 15:39:49', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 5858300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (78, '2020-08-23 15:39:50', '2020-08-23 15:39:50', NULL, '127.0.0.1', 'GET', '/sysDictionary/getSysDictionaryList', 200, 7810800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":2,\"CreatedAt\":\"2020-06-24T20:44:00+08:00\",\"UpdatedAt\":\"2020-06-24T20:44:00+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"性别\",\"type\":\"sex\",\"status\":true,\"desc\":\"性别字典\",\"sysDictionaryDetails\":null},{\"ID\":3,\"CreatedAt\":\"2020-07-05T15:27:31+08:00\",\"UpdatedAt\":\"2020-07-05T15:27:31+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"数据库int类型\",\"type\":\"int\",\"status\":true,\"desc\":\"int类型对应的数据库类型\",\"sysDictionaryDetails\":null},{\"ID\":4,\"CreatedAt\":\"2020-07-05T15:33:07+08:00\",\"UpdatedAt\":\"2020-07-05T16:07:18+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"数据库时间日期类型\",\"type\":\"time.Time\",\"status\":true,\"desc\":\"数据库时间日期类型\",\"sysDictionaryDetails\":null},{\"ID\":5,\"CreatedAt\":\"2020-07-05T15:34:23+08:00\",\"UpdatedAt\":\"2020-07-05T15:52:45+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"数据库浮点型\",\"type\":\"float64\",\"status\":true,\"desc\":\"数据库浮点型\",\"sysDictionaryDetails\":null},{\"ID\":6,\"CreatedAt\":\"2020-07-05T15:35:05+08:00\",\"UpdatedAt\":\"2020-07-05T15:35:05+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"数据库字符串\",\"type\":\"string\",\"status\":true,\"desc\":\"数据库字符串\",\"sysDictionaryDetails\":null},{\"ID\":7,\"CreatedAt\":\"2020-07-05T15:36:48+08:00\",\"UpdatedAt\":\"2020-07-05T15:36:48+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"name\":\"数据库bool类型\",\"type\":\"bool\",\"status\":true,\"desc\":\"数据库bool类型\",\"sysDictionaryDetails\":null}],\"total\":6,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (79, '2020-08-23 15:39:51', '2020-08-23 15:39:51', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 4870200, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (80, '2020-08-23 15:39:53', '2020-08-23 15:39:53', NULL, '127.0.0.1', 'GET', '/autoCode/getDB', 200, 3907400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"dbs\":[{\"database\":\"information_schema\"},{\"database\":\"casbin\"},{\"database\":\"demo\"},{\"database\":\"ginclass\"},{\"database\":\"history\"},{\"database\":\"mysql\"},{\"database\":\"pandora\"},{\"database\":\"performance_schema\"},{\"database\":\"qmplus\"},{\"database\":\"qmplus1\"},{\"database\":\"sakila\"},{\"database\":\"tanbao\"},{\"database\":\"test\"},{\"database\":\"world\"},{\"database\":\"zhongzerong\"}]},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (81, '2020-08-23 15:40:00', '2020-08-23 15:40:00', NULL, '127.0.0.1', 'GET', '/customer/customerList', 200, 3906300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '', 10, '{\"code\":0,\"data\":{\"list\":[{\"ID\":1,\"CreatedAt\":\"2020-02-25T18:01:48+08:00\",\"UpdatedAt\":\"2020-04-10T12:29:29+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"customerName\":\"测试客户\",\"customerPhoneData\":\"1761111111\",\"sysUserId\":10,\"sysUserAuthorityID\":\"888\",\"sysUser\":{\"ID\":10,\"CreatedAt\":\"2019-09-13T17:23:46+08:00\",\"UpdatedAt\":\"2020-06-26T21:17:50+08:00\",\"DeletedAt\":{\"Time\":\"0001-01-01T00:00:00Z\",\"Valid\":false},\"uuid\":\"ce0d6685-c15f-4126-a5b4-890bc9d2356d\",\"userName\":\"admin\",\"nickName\":\"超级管理员\",\"headerImg\":\"http://qmplusimg.henrongyi.top/1571627762timg.jpg\",\"authority\":{\"CreatedAt\":\"0001-01-01T00:00:00Z\",\"UpdatedAt\":\"0001-01-01T00:00:00Z\",\"DeletedAt\":null,\"authorityId\":\"\",\"authorityName\":\"\",\"parentId\":\"\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},\"authorityId\":\"888\"}}],\"total\":1,\"page\":1,\"pageSize\":10},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (82, '2020-08-23 15:40:07', '2020-08-23 15:40:07', NULL, '127.0.0.1', 'POST', '/authority/getAuthorityList', 200, 3905700, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"page\":1,\"pageSize\":999}', 10, '{\"code\":0,\"data\":{\"list\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-06-13T16:07:37+08:00\",\"DeletedAt\":null,\"authorityId\":\"888\",\"authorityName\":\"普通用户\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":null,\"menus\":null}],\"children\":[{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"8881\",\"authorityName\":\"普通用户子角色\",\"parentId\":\"888\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"menus\":null},{\"CreatedAt\":\"2020-04-04T11:44:56+08:00\",\"UpdatedAt\":\"2020-04-24T10:16:42+08:00\",\"DeletedAt\":null,\"authorityId\":\"9528\",\"authorityName\":\"测试角色\",\"parentId\":\"0\",\"dataAuthorityId\":null,\"children\":[],\"menus\":null}],\"total\":0,\"page\":1,\"pageSize\":999},\"msg\":\"操作成功\"}'); +INSERT INTO `sys_operation_records` VALUES (83, '2020-08-23 15:40:15', '2020-08-23 15:40:15', NULL, '127.0.0.1', 'POST', '/casbin/getPolicyPathByAuthorityId', 200, 6847500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', '', '{\"authorityId\":\"888\"}', 10, '{\"code\":0,\"data\":{\"paths\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/base/register\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/uploadHeaderImg\",\"method\":\"POST\"},{\"path\":\"/user/getInfoList\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/casbin/casbinTest/:pathParam\",\"method\":\"GET\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getColume\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/updateSysOperationRecord\",\"method\":\"PUT\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"}]},\"msg\":\"操作成功\"}'); -- ---------------------------- -- Table structure for sys_users -- GitLab