coder-common-thin-backend/sql/coder-common-thin.sql
Leo dea78d97b7 feat: 完善系统服务层和数据模型
- 优化SysMenuServiceImpl角色菜单保存逻辑,增加参数验证和空值处理
- 新增SysRoleMenuBo业务对象,支持角色菜单权限配置
- 更新数据库脚本,完善系统文件表结构和数据
- 增强数据处理的健壮性和安全性
2025-07-09 16:49:12 +08:00

691 lines
167 KiB
PL/PgSQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Navicat Premium Dump SQL
Source Server : 本机
Source Server Type : MySQL
Source Server Version : 80042 (8.0.42)
Source Host : localhost:3306
Source Schema : coder-common-thin
Target Server Type : MySQL
Target Server Version : 80042 (8.0.42)
File Encoding : 65001
Date: 09/07/2025 16:40:30
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for sys_file
-- ----------------------------
DROP TABLE IF EXISTS `sys_file`;
CREATE TABLE `sys_file` (
`file_id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
`file_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '文件原始名称',
`new_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '文件新名称',
`file_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1' COMMENT '文件类型[0-全部 1-图片 2-文档 3-音频 4-视频 5-压缩包 6-应用程序 9-其他]',
`file_size` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '文件大小[KB/MB/GB]',
`file_suffix` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '文件后缀',
`file_upload` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci COMMENT '文件上传路径',
`file_path` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci COMMENT '文件回显路径',
`file_service` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1' COMMENT '文件服务类型[1-LOCAL2-MINIO3-OSS]',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '修改人',
PRIMARY KEY (`file_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1942846835069136898 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='文件资源表';
-- ----------------------------
-- Records of sys_file
-- ----------------------------
BEGIN;
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942542222835089410, '113.jpg', '20250708191211-44c83d.jpg', '1', '448.21KB', 'jpg', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708191211-44c83d.jpg', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708191211-44c83d.jpg', '1', '2025-07-08 19:12:11', '超级管理员', '2025-07-08 19:12:11', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942544866563620865, '112.jpg', '20250708192241-199c55.jpg', '1', '615.09KB', 'jpg', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708192241-199c55.jpg', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708192241-199c55.jpg', '1', '2025-07-08 19:22:42', '超级管理员', '2025-07-08 19:22:42', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942544944183410690, 'wallhaven-5g57w1.webp', '20250708192300-e5b6f8.webp', '1', '161.51KB', 'webp', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708192300-e5b6f8.webp', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708192300-e5b6f8.webp', '1', '2025-07-08 19:23:00', '超级管理员', '2025-07-08 19:23:00', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942545340993929217, 'images (1).jpg', '20250708192434-c6b389.jpg', '1', '5.87KB', 'jpg', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708192434-c6b389.jpg', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708192434-c6b389.jpg', '1', '2025-07-08 19:24:35', '超级管理员', '2025-07-08 19:24:35', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942550233309806594, '14a461b19a0e4cfa9676e0f61f04edab.jpg', '20250708194401-971e71.jpg', '1', '101.72KB', 'jpg', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708194401-971e71.jpg', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708194401-971e71.jpg', '1', '2025-07-08 19:44:01', '超级管理员', '2025-07-08 19:44:01', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942598251925061634, 'wallhaven-96w2g8.jpg', '20250708225449-f1dd98.jpg', '1', '198.96KB', 'jpg', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225449-f1dd98.jpg', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225449-f1dd98.jpg', '1', '2025-07-08 22:54:50', '超级管理员', '2025-07-08 22:54:50', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942598286448377857, 'a404cdcff74c4488ad7f1cffdd908cf0~tplv-k3u1fbpfcp-jj-mark-v1_0_0_0_0_5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5LiA5Y-q6Z-p6Z2e5a2Q_q75.webp', '20250708225457-a99333.webp', '1', '28.66KB', 'webp', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225457-a99333.webp', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225457-a99333.webp', '1', '2025-07-08 22:54:58', '超级管理员', '2025-07-08 22:54:58', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942598346649223170, 'wallhaven-k79237.jpg.webp', '20250708225512-fdb7f4.webp', '1', '405.25KB', 'webp', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225512-fdb7f4.webp', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225512-fdb7f4.webp', '1', '2025-07-08 22:55:12', '超级管理员', '2025-07-08 22:55:12', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942598385618501633, 'wallhaven-zm825o.jpg.webp', '20250708225521-5ea29f.webp', '1', '425.25KB', 'webp', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225521-5ea29f.webp', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225521-5ea29f.webp', '1', '2025-07-08 22:55:22', '超级管理员', '2025-07-08 22:55:22', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942598505491709953, 'wallhaven-457vj9.jpg', '20250708225550-0e8e3c.jpg', '1', '176.36KB', 'jpg', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225550-0e8e3c.jpg', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225550-0e8e3c.jpg', '1', '2025-07-08 22:55:50', '超级管理员', '2025-07-08 22:55:50', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942619346426306561, 'wallhaven-96w2g8.jpg', '20250709001838-014050.jpg', '1', '198.96KB', 'jpg', 'coder-files/pictures/yuadmin/2025/07/09/20250709001838-014050.jpg', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709001838-014050.jpg', '3', '2025-07-09 00:18:39', '超级管理员', '2025-07-09 00:18:39', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942621585979121665, 'wallhaven-rdpo9j.jpg', '20250709002732-3fe07a.jpg', '1', '162.41KB', 'jpg', 'coder-files/pictures/yuadmin/2025/07/09/20250709002732-3fe07a.jpg', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709002732-3fe07a.jpg', '3', '2025-07-09 00:27:33', '超级管理员', '2025-07-09 00:27:33', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942759149792739329, 'wallhaven-45oml7.png', '20250709093410-e7653b.png', '1', '9.16KB', 'png', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709093410-e7653b.png', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709093410-e7653b.png', '1', '2025-07-09 09:34:11', '超级管理员', '2025-07-09 09:34:11', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942759242700767233, 'wallhaven-457vj9.jpg', '20250709093432-a51885.jpg', '1', '176.36KB', 'jpg', 'coder-files/pictures/yuadmin/2025/07/09/20250709093432-a51885.jpg', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709093432-a51885.jpg', '3', '2025-07-09 09:34:33', '超级管理员', '2025-07-09 09:34:33', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942769664208252930, '1Capture_2025-06-06_14.22.31.png', '20250709101557-1f7c73.png', '1', '716.98KB', 'png', 'coder-files/pictures/yuadmin/2025/07/09/20250709101557-1f7c73.png', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709101557-1f7c73.png', '3', '2025-07-09 10:15:58', '超级管理员', '2025-07-09 10:15:58', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942769717488496641, '1Capture_2025-06-06_19.45.13.png', '20250709101610-73b78e.png', '1', '328.20KB', 'png', 'coder-files/pictures/yuadmin/2025/07/09/20250709101610-73b78e.png', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709101610-73b78e.png', '3', '2025-07-09 10:16:10', '超级管理员', '2025-07-09 10:16:10', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942769802242797569, '1Capture_2025-06-06_14.24.23.png', '20250709101630-fa3bc0.png', '1', '439.39KB', 'png', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709101630-fa3bc0.png', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709101630-fa3bc0.png', '1', '2025-07-09 10:16:30', '超级管理员', '2025-07-09 10:16:30', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942769879413796866, '1Capture_2025-06-06_20.15.33.png', '20250709101648-2c699b.png', '1', '544.35KB', 'png', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709101648-2c699b.png', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709101648-2c699b.png', '1', '2025-07-09 10:16:49', '超级管理员', '2025-07-09 10:16:49', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942769951664877570, '知识库-菜单.png', '20250709101705-8079df.png', '1', '2.72KB', 'png', 'coder-files/pictures/yuadmin/2025/07/09/20250709101705-8079df.png', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709101705-8079df.png', '3', '2025-07-09 10:17:06', '超级管理员', '2025-07-09 10:17:06', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942790055651713025, '仙谷云图形logo.png', '20250709113659-ab857a.png', '1', '3.56KB', 'png', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709113659-ab857a.png', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709113659-ab857a.png', '1', '2025-07-09 11:36:59', '超级管理员', '2025-07-09 11:36:59', '');
INSERT INTO `sys_file` (`file_id`, `file_name`, `new_name`, `file_type`, `file_size`, `file_suffix`, `file_upload`, `file_path`, `file_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942846835069136897, 'chatgpt-icon.webp', '20250709152236-5a909f.webp', '1', '4.61KB', 'webp', 'coder-files/pictures/yuadmin/2025/07/09/20250709152236-5a909f.webp', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709152236-5a909f.webp', '3', '2025-07-09 15:22:36', '超级管理员', '2025-07-09 15:22:36', '');
COMMIT;
-- ----------------------------
-- Table structure for sys_login_log
-- ----------------------------
DROP TABLE IF EXISTS `sys_login_log`;
CREATE TABLE `sys_login_log` (
`login_id` bigint NOT NULL COMMENT '访问ID',
`login_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '登录账号',
`device_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '登录设备',
`login_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '登录IP地址',
`login_address` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '登录地址',
`browser` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '浏览器类型',
`os` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '操作系统',
`login_status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '登录状态[0-成功 1-失败]',
`message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci COMMENT '提示消息',
`login_time` datetime DEFAULT NULL COMMENT '访问时间',
PRIMARY KEY (`login_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='访问记录';
-- ----------------------------
-- Records of sys_login_log
-- ----------------------------
BEGIN;
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1932036522306375681, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-06-09 19:26:17');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1932051628134174721, 'coder', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-06-09 20:26:19');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1932052814736330754, 'coder', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-06-09 20:31:01');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1932214660051177474, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-06-10 07:14:08');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1938643785153445889, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-06-28 01:01:11');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1938644299236704258, 'coder', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-06-28 01:03:14');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941430099463892993, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 17:33:00');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941430290367639553, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 17:33:46');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941431312989286402, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 17:37:50');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941436291162566657, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 17:57:37');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941437072435572737, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:00:43');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941437731025186818, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:03:20');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941438861079736321, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:07:49');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941438949365641217, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:08:10');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941440340318482434, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:13:42');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941440668254334978, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:15:00');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941444416594767873, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:29:54');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941446127203905538, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:36:42');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941446127333928961, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 18:36:42');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941446560114798593, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:38:25');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941446560215461889, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 18:38:25');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941446705539706882, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:39:00');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941446705694896129, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 18:39:00');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941449008887885825, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:48:09');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941449008984354818, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 18:48:09');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941449700532809730, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:50:54');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941449700633473026, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 18:50:54');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941449955626184706, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:51:54');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941449955710070785, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 18:51:54');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941450332933189634, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:53:24');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941450333029658625, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 18:53:24');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941451780689489921, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:59:10');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941451780785958913, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 18:59:10');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941451859856977922, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 18:59:28');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941451859928281089, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 18:59:28');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941454064982945794, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 19:08:14');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941454065079414786, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 19:08:14');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941458392451903489, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 19:25:26');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941458392556761090, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 19:25:26');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941461080304513025, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 19:36:07');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941461080476479490, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 19:36:07');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941470730966003714, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 20:14:28');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941470731049889794, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 20:14:28');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941520571905576962, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-05 23:32:31');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941520572052377601, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-05 23:32:31');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941549145328947201, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 01:26:03');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941549145500913665, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 01:26:03');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941567116650713089, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 02:37:28');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941567116755570689, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 02:37:28');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941613961640906753, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '1', '账户已被冻结', '2025-07-06 05:43:37');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941613996986306561, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 05:43:45');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941623213155651585, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 06:20:22');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941827270621261826, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 19:51:13');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941827270839365633, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 19:51:13');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941859990726385666, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 22:01:14');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941859990969655297, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 22:01:15');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941860021537742850, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 22:01:22');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941860085983223810, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 22:01:37');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941860139326382082, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 22:01:50');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941861348795883522, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 22:06:38');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941862931046735874, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 22:12:55');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941862931134816257, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 22:12:56');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941865254162669569, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 22:22:09');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941865254267527169, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 22:22:09');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941867451579506690, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 22:30:53');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941867451688558594, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 22:30:53');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941867600116588545, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 22:31:29');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941867600238223361, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 22:31:29');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941867895747911682, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 22:32:39');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941867895898906625, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 22:32:39');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941870582556139521, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 22:43:20');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941881855373090818, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-06 23:28:07');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941881855570223106, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-06 23:28:07');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941900241033400322, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-07 00:41:11');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941901265433432066, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-07 00:45:15');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941902083498872833, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-07 00:48:30');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941902643845304321, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-07 00:50:44');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941902820408725506, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-07 00:51:26');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941907390077767681, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-07 01:09:35');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941914330723946498, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-07 01:37:10');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941915554030456834, 'admin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '1', '账户不存在', '2025-07-07 01:42:02');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1941922661983227905, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-07 02:10:16');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942013294655737858, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-07 08:10:25');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942261684752764930, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 00:37:26');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942261684941508609, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 00:37:26');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942262546409594882, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 00:40:51');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942262788836171777, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 00:41:49');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942269510443216898, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:08:32');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942269510598406145, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 01:08:32');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942270369621336066, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:11:56');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942270884333740033, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:13:59');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942274191236247553, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:27:08');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942275260322394114, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:31:22');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942275669699047426, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:33:00');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942275881511399425, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:33:51');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942275881624645634, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 01:33:51');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942276465144606721, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:36:10');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942276465266241538, 'bugs', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 01:36:10');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942276545431973890, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '1', '密码不正确', '2025-07-08 01:36:29');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942276573986795521, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:36:36');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942276574104236033, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 01:36:36');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942278700129824769, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:45:03');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942279121183420418, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:46:43');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942279121313443841, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 01:46:43');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942279626290860034, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:48:43');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942279901307179009, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:49:49');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942279901441396738, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 01:49:49');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942280473821286401, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:52:05');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942280473921949698, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 01:52:05');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942280622559694849, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 01:52:41');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942283441576579074, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 02:03:53');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942385155352793090, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 08:48:03');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942385155516370946, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 08:48:04');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942385936676130817, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 08:51:10');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942385936885846018, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 08:51:10');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942406332880228353, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 10:12:13');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942406750175727618, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 10:13:52');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942406750268002306, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 10:13:52');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942408764062404610, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 10:21:52');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942408764158873601, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 10:21:52');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942505562542149633, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 16:46:31');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942505562655395841, 'lige', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 16:46:31');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942596627487899649, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-08 22:48:22');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942596627634700290, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-08 22:48:22');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942617990294609922, 'yuadmin', 'Unknown', '127.0.0.1', '内网IP无法获取位置', 'Unknown', 'Unknown', '0', '登录成功', '2025-07-09 00:13:16');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942617990584016897, 'yuadmin', 'Unknown', '127.0.0.1', '内网IP无法获取位置', 'Unknown', 'Unknown', '0', '退出登录', '2025-07-09 00:13:16');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942830523701907458, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-09 14:17:48');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942830524020674562, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-09 14:17:48');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942834362299465730, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-09 14:33:03');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942834362651787266, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-09 14:33:03');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942835330047037442, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-09 14:36:53');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942835330361610241, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-09 14:36:54');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942836483321257986, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-09 14:41:28');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942836483602276354, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-09 14:41:29');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942836787517358082, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-09 14:42:41');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942836787831930882, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-09 14:42:41');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942836843578425346, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-09 14:42:54');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942836843695865858, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-09 14:42:54');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942839089833709570, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-09 14:51:50');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942839090186031105, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-09 14:51:50');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942846760192421890, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '登录成功', '2025-07-09 15:22:19');
INSERT INTO `sys_login_log` (`login_id`, `login_name`, `device_name`, `login_ip`, `login_address`, `browser`, `os`, `login_status`, `message`, `login_time`) VALUES (1942846760502800385, 'yuadmin', 'PC', '127.0.0.1', '内网IP无法获取位置', 'Chrome 13', 'Mac OS X', '0', '退出登录', '2025-07-09 15:22:19');
COMMIT;
-- ----------------------------
-- Table structure for sys_login_user
-- ----------------------------
DROP TABLE IF EXISTS `sys_login_user`;
CREATE TABLE `sys_login_user` (
`user_id` bigint NOT NULL COMMENT '用户ID',
`login_name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '登录账号',
`user_name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '用户名字',
`sex` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '3' COMMENT '用户性别[1-男 2-女 3-未知]',
`phone` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '手机号码',
`email` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '用户邮箱',
`avatar` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '头像路径',
`password` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '密码',
`salt` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '盐加密',
`user_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '1' COMMENT '用户类型[1-系统用户 2-注册用户 3-微信用户]',
`user_status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '帐号状态[0-正常 1-停用]',
`login_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '登录IP',
`login_time` datetime DEFAULT NULL COMMENT '登录时间',
`pwd_update_time` datetime DEFAULT NULL COMMENT '密码更新时间',
`remark` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '备注',
`create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '创建者',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`user_id`) USING BTREE,
UNIQUE KEY `login_name` (`login_name`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='用户信息';
-- ----------------------------
-- Records of sys_login_user
-- ----------------------------
BEGIN;
INSERT INTO `sys_login_user` (`user_id`, `login_name`, `user_name`, `sex`, `phone`, `email`, `avatar`, `password`, `salt`, `user_type`, `user_status`, `login_ip`, `login_time`, `pwd_update_time`, `remark`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 'yuadmin', '超级管理员', '1', '18888888888', 'leocoder@163.com', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/07/20250707150401-d14621.png', 'f3fe607048647cffc5175b8f196405b6', '666666', '1', '0', '127.0.0.1', '2025-07-09 15:22:19', '2025-06-30 12:00:00', 'coder-ADMIN', '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-07-09 10:41:46');
INSERT INTO `sys_login_user` (`user_id`, `login_name`, `user_name`, `sex`, `phone`, `email`, `avatar`, `password`, `salt`, `user_type`, `user_status`, `login_ip`, `login_time`, `pwd_update_time`, `remark`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (2, 'coder', '小锦鲤', '2', '18666666666', 'coder@qq.com', 'https://pic2.zhimg.com/v2-44ce1b82f7e68de4078bf513221619e1_b.webp', '620d2c9adba385e8bbcfefe37dd22234', '666666', '1', '0', '127.0.0.1', '2025-06-30 12:00:00', '2025-07-05 23:05:15', 'coder-ADMIN', '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-08 21:15:19');
INSERT INTO `sys_login_user` (`user_id`, `login_name`, `user_name`, `sex`, `phone`, `email`, `avatar`, `password`, `salt`, `user_type`, `user_status`, `login_ip`, `login_time`, `pwd_update_time`, `remark`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, 'xiaolu', '小鹿1', '1', '18593114301', '1736306607@qq.com', 'http://39.107.143.109:8088/usr/local/coderFile/pictures/2024/09/12/20240912175723-1bc83b.gif', '620d2c9adba385e8bbcfefe37dd22234', '666666', '1', '1', '127.0.0.1', '2025-04-09 11:29:09', '2025-07-05 23:24:44', 'coder-ADMIN', '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-06 02:22:17');
INSERT INTO `sys_login_user` (`user_id`, `login_name`, `user_name`, `sex`, `phone`, `email`, `avatar`, `password`, `salt`, `user_type`, `user_status`, `login_ip`, `login_time`, `pwd_update_time`, `remark`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1941534484101566466, 'bugs', '八哥', '1', '19971173294', '', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/bugs/2025/07/06/20250706224303-6c9668.jpg', '52464cd75c165519bfaf411d0ff59e74', 'KX4PGY', '1', '0', '127.0.0.1', '2025-07-08 01:36:10', '2025-07-06 05:43:19', '', '超级管理员', '2025-07-06 00:27:48', '超级管理员', '2025-07-07 09:10:45');
INSERT INTO `sys_login_user` (`user_id`, `login_name`, `user_name`, `sex`, `phone`, `email`, `avatar`, `password`, `salt`, `user_type`, `user_status`, `login_ip`, `login_time`, `pwd_update_time`, `remark`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1941569705429667841, 'test', '测试', '2', '19971973391', '', '', 'c9c600acdf11bc3c509c9cadfd49336f', 'uV6p3k', '1', '1', '', NULL, NULL, '', '超级管理员', '2025-07-06 02:47:45', '超级管理员', '2025-07-08 19:42:24');
INSERT INTO `sys_login_user` (`user_id`, `login_name`, `user_name`, `sex`, `phone`, `email`, `avatar`, `password`, `salt`, `user_type`, `user_status`, `login_ip`, `login_time`, `pwd_update_time`, `remark`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1941609436699922433, 'lige', '李晓军', '1', '17871273394', 'lige@terrence.com', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/lige/2025/07/08/20250708011135-5c5ea7.jpg', 'c93abf02624e06a5bb49731603c8239b', 'PeXDh1', '1', '0', '127.0.0.1', '2025-07-08 16:46:31', '2025-07-08 00:40:20', '', '超级管理员', '2025-07-06 05:25:38', '超级管理员', '2025-07-09 01:41:39');
COMMIT;
-- ----------------------------
-- Table structure for sys_menu
-- ----------------------------
DROP TABLE IF EXISTS `sys_menu`;
CREATE TABLE `sys_menu` (
`menu_id` bigint NOT NULL AUTO_INCREMENT COMMENT '菜单ID',
`menu_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '菜单名称',
`en_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '英文菜单',
`parent_id` bigint NOT NULL COMMENT '父菜单ID',
`menu_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1' COMMENT '菜单类型[1-目录 2-菜单 3-按钮]',
`path` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '路由地址',
`name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '路由名称[例如userPage]',
`component` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '请求地址',
`icon` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT 'Monitor' COMMENT '菜单图标',
`auth` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '权限标识',
`menu_status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '是否启用[0-启用 1-停用]',
`active_menu` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '选中路由',
`is_hide` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1' COMMENT '是否隐藏[0-隐藏 1-显示]',
`is_link` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '是否外链[空值不跳转,有值则跳转链接]',
`is_keep_alive` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '是否缓存[0-是 1-否]',
`is_full` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1' COMMENT '是否全屏[0-是 1-否]',
`is_affix` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '1' COMMENT '是否固定项[0-是 1-否][例如:首页]',
`is_spread` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '1' COMMENT '是否展开[0-是 1-否]',
`sorted` int DEFAULT NULL COMMENT '显示顺序',
`create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '创建者',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`menu_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1942859765844127747 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='菜单权限';
-- ----------------------------
-- Records of sys_menu
-- ----------------------------
BEGIN;
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, '系统管理', 'System Manage', 0, '1', '/system', 'systemPage', '', 'icon-park-outline:setting-two', 'system:auth', '0', NULL, '1', '', '0', '1', '1', '0', 1, '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-08 08:58:28');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (2, '用户管理', 'User Manage', 1, '2', '/system/user', 'userPage', 'system/user/index', 'icon-park-outline:avatar', 'system:user:list', '0', NULL, '1', '', '1', '1', '1', '1', 1, '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-08 09:02:48');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (3, '搜索', '', 2, '3', '', NULL, NULL, '', 'system:user:search', '0', NULL, '0', '', '0', '1', '1', '1', 1, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (4, '新增', '', 2, '3', '', NULL, NULL, '', 'system:user:add', '0', NULL, '0', '', '0', '1', '1', '1', 2, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (5, '修改', NULL, 2, '3', '', NULL, NULL, '', 'system:user:update', '0', NULL, '0', '', '0', '1', '1', '1', 3, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, '删除', NULL, 2, '3', '', NULL, NULL, '', 'system:user:delete', '0', NULL, '0', '', '0', '1', '1', '1', 4, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (7, '导出', NULL, 2, '3', '', NULL, NULL, '', 'system:user:export', '0', NULL, '0', '', '0', '1', '1', '1', 5, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (8, '导入', NULL, 2, '3', '', NULL, NULL, '', 'system:user:import', '0', NULL, '0', '', '0', '1', '1', '1', 6, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (9, '重置密码', NULL, 2, '3', '', NULL, NULL, '', 'system:user:resetPwd', '0', NULL, '0', '', '0', '1', '1', '1', 7, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (10, '分配角色', NULL, 2, '3', '', NULL, NULL, '', 'system:user:role', '0', NULL, '0', '', '0', '1', '1', '1', 8, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (11, '分配岗位', NULL, 2, '3', '', '', '', '', 'system:user:post', '0', NULL, '0', '', '0', '1', '1', '1', 9, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (12, '角色管理', 'Role Manage', 1, '2', '/system/role', 'rolePage', 'system/role/index', 'icon-park-outline:right-user', 'system:role:list', '0', NULL, '1', '', '0', '1', '1', '1', 2, '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-07 20:24:10');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (13, '搜索', NULL, 12, '3', '', NULL, NULL, '', 'system:role:search', '0', NULL, '0', '', '0', '1', '1', '1', 1, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (14, '新增', NULL, 12, '3', '', NULL, NULL, '', 'system:role:add', '0', NULL, '0', '', '0', '1', '1', '1', 2, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (15, '修改', NULL, 12, '3', '', NULL, NULL, '', 'system:role:update', '0', NULL, '0', '', '0', '1', '1', '1', 3, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (16, '删除', NULL, 12, '3', '', NULL, NULL, '', 'system:role:delete', '0', NULL, '0', '', '0', '1', '1', '1', 4, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (17, '分配菜单', NULL, 12, '3', '', '', '', '', 'system:role:menu', '0', NULL, '0', '', '0', '1', '1', '1', 5, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (19, '菜单管理', 'Menu Manage', 1, '2', '/system/menu', 'menuPage', 'system/menu/index', 'icon-park-outline:mind-mapping', 'system:menu:list', '0', NULL, '1', '', '0', '1', '1', '1', 3, '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-08 09:08:23');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (20, '搜索', NULL, 19, '3', '', NULL, NULL, '', 'system:menu:search', '0', NULL, '0', '', '0', '1', '1', '1', 1, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (21, '新增', NULL, 19, '3', '', NULL, NULL, '', 'system:menu:add', '0', NULL, '0', '', '0', '1', '1', '1', 2, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (22, '修改', NULL, 19, '3', '', NULL, NULL, '', 'system:menu:update', '0', NULL, '0', '', '0', '1', '1', '1', 3, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (23, '删除', NULL, 19, '3', '', NULL, NULL, '', 'system:menu:delete', '0', NULL, '0', '', '0', '1', '1', '1', 4, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (39, '登录日志', 'Login Logs', 1, '2', '/system/loginlog', 'loginlogPage', 'system/loginlog/index', 'icon-park-outline:upload-logs', 'system:loginlog:list', '0', NULL, '1', '', '0', '1', '1', '1', 7, '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-07 20:27:02');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (40, '搜索', NULL, 39, '3', '', '', '', '', 'system:loginlog:search', '0', NULL, '0', '', '0', '1', '1', '1', 1, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (41, '删除', NULL, 39, '3', '', '', '', '', 'system:loginlog:delete', '0', NULL, '0', '', '0', '1', '1', '1', 2, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (50, '个人中心', 'Personage Center', 1, '2', '/personal-center/index', 'personagePage', '/personal-center/index', 'icon-park-outline:id-card-h', 'system:personage:list', '0', NULL, '0', '', '1', '1', '1', '1', 10, '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-08 19:27:19');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (70, '系统工具', 'System Tools', 0, '1', '/tools', 'toolsPage', '', 'carbon:tools', 'tools:auth', '0', NULL, '1', '', '0', '1', '1', '1', 2, '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-07 20:20:43');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (72, '文件管理', 'Files Manage', 70, '2', '/tools/file', 'filePage', 'system/file/index', 'icon-park-outline:file-search-one', 'system:file:list', '0', '', '1', '', '0', '1', '1', '1', 2, '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-07 20:20:02');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (73, '搜索', NULL, 72, '3', '', '', '', '', 'system:file:search', '0', '', '0', '', '0', '1', '1', '1', 1, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (74, '上传', NULL, 72, '3', '', '', '', '', 'system:file:upload', '0', '', '0', '', '0', '1', '1', '1', 2, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (75, '下载', NULL, 72, '3', '', '', '', '', 'system:file:download', '0', '', '0', '', '0', '1', '1', '1', 3, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (76, '删除', NULL, 72, '3', '', '', '', '', 'system:file:delete', '0', '', '0', '', '0', '1', '1', '1', 4, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (77, '图库管理', 'Pictures Manage', 70, '2', '/tools/picture', 'picturePage', 'system/picture/index', 'icon-park-outline:picture-one', 'system:picture:list', '0', '', '1', '', '0', '1', '1', '1', 3, '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-07 20:20:27');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (78, '搜索', NULL, 77, '3', '', '', '', '', 'system:picture:search', '0', '', '0', '', '0', '1', '1', '1', 1, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (79, '上传', NULL, 77, '3', '', '', '', '', 'system:picture:upload', '0', '', '0', '', '0', '1', '1', '1', 2, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (80, '下载', NULL, 77, '3', '', '', '', '', 'system:picture:download', '0', '', '0', '', '0', '1', '1', '1', 3, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (81, '删除', NULL, 77, '3', '', '', '', '', 'system:picture:delete', '0', '', '0', '', '0', '1', '1', '1', 4, '・ᴗ・', '2025-06-30 12:00:00', '・ᴗ・', '2025-06-30 12:00:00');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (166, '外部链接', 'External Link', 0, '1', '/link', 'linkPage', '', 'icon-park-outline:link-two', 'link:auth', '0', NULL, '0', '', '0', '1', '1', '1', 10, '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-07 20:19:14');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (167, '操作日志', 'Operate Logs', 1, '2', '/system/operlog', 'operlogPage', 'system/operlog/index', 'icon-park-outline:laptop-computer', 'system:operlog:list', '0', '', '1', '', '0', '1', '1', '1', 5, '超级管理员', '2025-07-07 20:32:07', '', '2025-07-07 20:32:07');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (168, '搜索', '', 167, '3', '', '', '', '', 'system:operlog:search', '0', '', '0', '', '1', '1', '1', '1', 1, '超级管理员', '2025-07-07 21:14:30', '', '2025-07-07 21:14:30');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (169, '删除', '', 167, '3', '', '', '', '', 'system:operlog:delete', '0', '', '0', '', '1', '1', '1', '1', 2, '超级管理员', '2025-07-07 21:27:20', '', '2025-07-07 21:27:20');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1942859207158640641, '部门管理', 'Dept Mangement', 1, '2', '/system/dept', '', 'system/dept/index', 'icon-park-outline:down-c', 'system:dept:list', '0', '', '1', '', '1', '1', '1', '1', 6, '超级管理员', '2025-07-09 16:11:46', '超级管理员', '2025-07-09 16:13:31');
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `en_name`, `parent_id`, `menu_type`, `path`, `name`, `component`, `icon`, `auth`, `menu_status`, `active_menu`, `is_hide`, `is_link`, `is_keep_alive`, `is_full`, `is_affix`, `is_spread`, `sorted`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1942859765844127746, '新增', '', 1942859207158640641, '3', '', '', '', '', 'system:dep:add', '0', '', '0', '', '1', '1', '1', '1', 1, '超级管理员', '2025-07-09 16:13:59', '', '2025-07-09 16:13:59');
COMMIT;
-- ----------------------------
-- Table structure for sys_oper_log
-- ----------------------------
DROP TABLE IF EXISTS `sys_oper_log`;
CREATE TABLE `sys_oper_log` (
`oper_id` bigint NOT NULL AUTO_INCREMENT COMMENT '操作主键',
`oper_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '操作名称',
`oper_type` char(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '操作类型[OTHER其它 INSERT新增 UPDATE修改 DELETE删除]',
`method_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '方法名称',
`request_method` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '请求方式',
`system_type` char(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '系统类型[OTHER其它 MANAGER后台用户 PHONE手机端用户]',
`oper_man` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '操作人员',
`oper_url` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '请求URL',
`oper_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '主机地址',
`oper_location` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '操作地点',
`oper_param` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci COMMENT '请求参数',
`json_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci COMMENT '返回参数',
`oper_status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '1' COMMENT '操作状态[0-正常 1-异常]',
`error_msg` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci COMMENT '错误消息',
`oper_time` datetime DEFAULT NULL COMMENT '操作时间',
`cost_time` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '消耗时间[毫秒]',
PRIMARY KEY (`oper_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1909813644189778108 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='操作日志';
-- ----------------------------
-- Records of sys_oper_log
-- ----------------------------
BEGIN;
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778052, '修改用户', 'UPDATE', 'SysLoginUserController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/update', '127.0.0.1', '内网IP无法获取位置', '[{userId=2, loginName=coder, userName=小锦鲤, userType=1, email=coder@qq.com, phone=18666666666, sex=2, userStatus=0}]', '{\"success\":true,\"code\":200,\"message\":\"修改用户成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-08 19:42:20\"}', '0', NULL, '2025-07-08 19:42:21', '12');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778053, '修改用户', 'UPDATE', 'SysLoginUserController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/update', '127.0.0.1', '内网IP无法获取位置', '[{userId=1941569705429667841, loginName=test, userName=测试, userType=1, email=, phone=19971973391, sex=2, userStatus=1}]', '{\"success\":true,\"code\":200,\"message\":\"修改用户成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-08 19:42:23\"}', '0', NULL, '2025-07-08 19:42:24', '11');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778054, '修改用户', 'UPDATE', 'SysLoginUserController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/update', '127.0.0.1', '内网IP无法获取位置', '[{userId=1941609436699922433, loginName=lige, userName=lige, userType=1, email=lige@terrence.com, phone=17871273394, sex=1, userStatus=0}]', '{\"success\":true,\"code\":200,\"message\":\"修改用户成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-08 19:42:25\"}', '0', NULL, '2025-07-08 19:42:26', '28');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778055, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/1/0', '127.0.0.1', '内网IP无法获取位置', '[1,\"0\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-08 19:57:31\"}', '0', NULL, '2025-07-08 19:57:31', '9');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778056, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/1/1', '127.0.0.1', '内网IP无法获取位置', '[1,\"1\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-08 19:57:32\"}', '0', NULL, '2025-07-08 19:57:32', '7');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778057, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/1/0', '127.0.0.1', '内网IP无法获取位置', '[1,\"0\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-08 20:58:56\"}', '0', NULL, '2025-07-08 20:58:57', '24');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778058, '修改用户', 'UPDATE', 'SysLoginUserController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/update', '127.0.0.1', '内网IP无法获取位置', '[{userId=2, loginName=coder, userName=小锦鲤, userType=1, email=coder@qq.com, phone=18666666666, sex=2, userStatus=0}]', '{\"success\":true,\"code\":200,\"message\":\"修改用户成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-08 21:15:19\"}', '0', NULL, '2025-07-08 21:15:19', '25');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778059, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/2/0', '127.0.0.1', '内网IP无法获取位置', '[2,\"0\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-08 22:03:18\"}', '0', NULL, '2025-07-08 22:03:19', '16');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778060, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/2/1', '127.0.0.1', '内网IP无法获取位置', '[2,\"1\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-08 22:03:19\"}', '0', NULL, '2025-07-08 22:03:19', '10');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778061, '分配用户角色', 'UPDATE', 'SysRoleController.assignUserRole', 'GET', 'MANAGER', '超级管理员', '/coder/sysRole/assignUserRole/2/3', '127.0.0.1', '内网IP无法获取位置', '[2,[3]]', '{\"success\":true,\"code\":200,\"message\":\"分配用户角色成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-08 22:09:00\"}', '0', NULL, '2025-07-08 22:09:00', '21');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778062, '删除文件资源', 'DELETE', 'SysFileController.delete', 'POST', 'MANAGER', '超级管理员', '/coder/sysFile/deleteById/1942565792428650497', '127.0.0.1', '内网IP无法获取位置', '[1942565792428650497]', '{\"success\":true,\"code\":200,\"message\":\"删除文件资源成功\",\"operationType\":\"DELETE\",\"timestamp\":\"2025-07-08 22:54:08\"}', '0', NULL, '2025-07-08 22:54:08', '83');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778063, '删除文件资源', 'DELETE', 'SysFileController.delete', 'POST', 'MANAGER', '超级管理员', '/coder/sysFile/deleteById/1942565575738322945', '127.0.0.1', '内网IP无法获取位置', '[1942565575738322945]', '{\"success\":true,\"code\":200,\"message\":\"删除文件资源成功\",\"operationType\":\"DELETE\",\"timestamp\":\"2025-07-08 22:54:10\"}', '0', NULL, '2025-07-08 22:54:10', '10');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778064, '删除文件资源', 'DELETE', 'SysFileController.delete', 'POST', 'MANAGER', '超级管理员', '/coder/sysFile/deleteById/1942565270820810754', '127.0.0.1', '内网IP无法获取位置', '[1942565270820810754]', '{\"success\":true,\"code\":200,\"message\":\"删除文件资源成功\",\"operationType\":\"DELETE\",\"timestamp\":\"2025-07-08 22:54:11\"}', '0', NULL, '2025-07-08 22:54:12', '9');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778065, '批量删除图库', 'DELETE', 'SysPictureController.batchDelete', 'POST', 'MANAGER', '超级管理员', '/coder/sysPicture/batchDelete', '127.0.0.1', '内网IP无法获取位置', '[[1942565792537702402,1942565575813820418,1942565270929862658]]', '{\"success\":true,\"code\":200,\"message\":\"批量删除图库成功\",\"operationType\":\"DELETE\",\"timestamp\":\"2025-07-08 22:54:31\"}', '0', NULL, '2025-07-08 22:54:32', '12');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778066, '下载用户导入模板', 'EXPORT', 'SysLoginUserController.downloadExcelTemplate', 'GET', 'MANAGER', '超级管理员', '/coder/sysLoginUser/downloadExcelTemplate', '127.0.0.1', '内网IP无法获取位置', NULL, '{\"success\":true,\"code\":200,\"message\":\"下载用户导入模板成功\",\"operationType\":\"EXPORT\",\"timestamp\":\"2025-07-09 00:05:08\"}', '0', NULL, '2025-07-09 00:05:09', '1253');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778067, '删除文件资源', 'DELETE', 'SysFileController.delete', 'POST', 'MANAGER', '超级管理员', '/coder/sysFile/deleteById/1942618747085463553', '127.0.0.1', '内网IP无法获取位置', '[1942618747085463553]', '{\"success\":true,\"code\":200,\"message\":\"删除文件资源成功\",\"operationType\":\"DELETE\",\"timestamp\":\"2025-07-09 00:18:34\"}', '0', NULL, '2025-07-09 00:18:34', '90');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778068, '删除图库', 'DELETE', 'SysPictureController.delete', 'POST', 'MANAGER', '超级管理员', '/coder/sysPicture/deleteById/1942618747181932546', '127.0.0.1', '内网IP无法获取位置', '[1942618747181932546]', '{\"success\":true,\"code\":200,\"message\":\"删除图库成功\",\"operationType\":\"DELETE\",\"timestamp\":\"2025-07-09 00:19:24\"}', '0', NULL, '2025-07-09 00:19:24', '33');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778069, '删除图库', 'DELETE', 'SysPictureController.delete', 'POST', 'MANAGER', '超级管理员', '/coder/sysPicture/deleteById/1942619513682567169', '127.0.0.1', '内网IP无法获取位置', '[1942619513682567169]', '{\"success\":true,\"code\":200,\"message\":\"删除图库成功\",\"operationType\":\"DELETE\",\"timestamp\":\"2025-07-09 00:21:00\"}', '0', NULL, '2025-07-09 00:21:01', '199');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778070, '修改用户状态', 'UPDATE', 'SysLoginUserController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/updateStatus/6/1', '127.0.0.1', '内网IP无法获取位置', '[6,\"1\"]', '{\"success\":true,\"code\":200,\"message\":\"修改用户状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 01:22:53\"}', '0', NULL, '2025-07-09 01:22:53', '20');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778071, '删除文件资源', 'DELETE', 'SysFileController.delete', 'POST', 'MANAGER', '超级管理员', '/coder/sysFile/deleteById/1942619513548349441', '127.0.0.1', '内网IP无法获取位置', '[1942619513548349441]', '{\"success\":true,\"code\":200,\"message\":\"删除文件资源成功\",\"operationType\":\"DELETE\",\"timestamp\":\"2025-07-09 01:38:10\"}', '0', NULL, '2025-07-09 01:38:10', '267');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778072, '修改角色状态', 'UPDATE', 'SysRoleController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysRole/updateStatus/1941791696606695426/1', '127.0.0.1', '内网IP无法获取位置', '[1941791696606695426,\"1\"]', '{\"success\":true,\"code\":200,\"message\":\"修改角色状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 01:41:01\"}', '0', NULL, '2025-07-09 01:41:01', '10');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778073, '修改用户', 'UPDATE', 'SysLoginUserController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/update', '127.0.0.1', '内网IP无法获取位置', '[{userId=1941609436699922433, loginName=lige, userName=李哥, userType=1, email=lige@terrence.com, phone=17871273394, sex=1, userStatus=0}]', '{\"success\":true,\"code\":200,\"message\":\"修改用户成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 01:41:23\"}', '0', NULL, '2025-07-09 01:41:24', '28');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778074, '修改用户', 'UPDATE', 'SysLoginUserController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/update', '127.0.0.1', '内网IP无法获取位置', '[{userId=1941609436699922433, loginName=lige, userName=李晓军, userType=1, email=lige@terrence.com, phone=17871273394, sex=1, userStatus=0}]', '{\"success\":true,\"code\":200,\"message\":\"修改用户成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 01:41:39\"}', '0', NULL, '2025-07-09 01:41:39', '7');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778075, '修改个人资料', 'UPDATE', 'SysLoginUserController.updateBasicData', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/updateBasicData', '127.0.0.1', '内网IP无法获取位置', '[{userId=1, userName=超级管理员, email=leocoder@163.com, phone=18888888888, sex=1, avatar=http://localhost:18099/Users/leocoder/leocoder/..., updateTime=2025-07-09T10:41:33.900792}]', '{\"success\":true,\"code\":200,\"message\":\"修改个人资料成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 10:41:33\"}', '0', NULL, '2025-07-09 10:41:34', '16');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778076, '修改个人资料', 'UPDATE', 'SysLoginUserController.updateBasicData', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/updateBasicData', '127.0.0.1', '内网IP无法获取位置', '[{userId=1, userName=超级管理员, email=leocoder@163.com, phone=18888888888, sex=1, avatar=http://localhost:18099/Users/leocoder/leocoder/..., updateTime=2025-07-09T10:41:36.319864}]', '{\"success\":true,\"code\":200,\"message\":\"修改个人资料成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 10:41:36\"}', '0', NULL, '2025-07-09 10:41:36', '13');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778077, '修改个人资料', 'UPDATE', 'SysLoginUserController.updateBasicData', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/updateBasicData', '127.0.0.1', '内网IP无法获取位置', '[{userId=1, userName=超级管理员, email=leocoder@163.com, phone=18888888888, sex=1, avatar=http://localhost:18099/Users/leocoder/leocoder/..., updateTime=2025-07-09T10:41:37.042410}]', '{\"success\":true,\"code\":200,\"message\":\"修改个人资料成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 10:41:37\"}', '0', NULL, '2025-07-09 10:41:37', '25');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778078, '修改个人资料', 'UPDATE', 'SysLoginUserController.updateBasicData', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/updateBasicData', '127.0.0.1', '内网IP无法获取位置', '[{userId=1, userName=超级管理员, email=leocoder@163.com, phone=18888888888, sex=1, avatar=http://localhost:18099/Users/leocoder/leocoder/..., updateTime=2025-07-09T10:41:37.296670}]', '{\"success\":true,\"code\":200,\"message\":\"修改个人资料成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 10:41:37\"}', '0', NULL, '2025-07-09 10:41:37', '6');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778079, '修改个人资料', 'UPDATE', 'SysLoginUserController.updateBasicData', 'POST', 'MANAGER', '超级管理员', '/coder/sysLoginUser/updateBasicData', '127.0.0.1', '内网IP无法获取位置', '[{userId=1, userName=超级管理员, email=leocoder@163.com, phone=18888888888, sex=1, avatar=http://localhost:18099/Users/leocoder/leocoder/..., updateTime=2025-07-09T10:41:46.278062}]', '{\"success\":true,\"code\":200,\"message\":\"修改个人资料成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 10:41:46\"}', '0', NULL, '2025-07-09 10:41:46', '41');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778080, '修改角色', 'UPDATE', 'SysRoleController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysRole/update', '127.0.0.1', '内网IP无法获取位置', '[{roleId=1941791696606695426, roleName=销售角色, roleCode=SALE, roleStatus=1, sorted=4, updateBy=超级管理员, updateTime=2025-07-09T11:09:13.122567, remark=}]', '{\"success\":true,\"code\":200,\"message\":\"修改角色成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 11:09:13\"}', '0', NULL, '2025-07-09 11:09:13', '14');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778081, '修改角色', 'UPDATE', 'SysRoleController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysRole/update', '127.0.0.1', '内网IP无法获取位置', '[{roleId=3, roleName=普通角色, roleCode=coder_COMMON, roleStatus=0, sorted=3, updateBy=超级管理员, updateTime=2025-07-09T11:24:19.550937, remark=普通角色}]', '{\"success\":true,\"code\":200,\"message\":\"修改角色成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 11:24:19\"}', '0', NULL, '2025-07-09 11:24:20', '13');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778082, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/1/1', '127.0.0.1', '内网IP无法获取位置', '[1,\"1\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 14:56:31\"}', '0', NULL, '2025-07-09 14:56:31', '15');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778083, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/1/0', '127.0.0.1', '内网IP无法获取位置', '[1,\"0\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 14:56:32\"}', '0', NULL, '2025-07-09 14:56:32', '7');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778084, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/2/0', '127.0.0.1', '内网IP无法获取位置', '[2,\"0\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 14:56:33\"}', '0', NULL, '2025-07-09 14:56:34', '8');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778085, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/2/1', '127.0.0.1', '内网IP无法获取位置', '[2,\"1\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 14:56:34\"}', '0', NULL, '2025-07-09 14:56:35', '22');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778086, '删除图库', 'DELETE', 'SysPictureController.delete', 'POST', 'MANAGER', '超级管理员', '/coder/sysPicture/deleteById/1942790107984044033', '127.0.0.1', '内网IP无法获取位置', '[1942790107984044033]', '{\"success\":true,\"code\":200,\"message\":\"删除图库成功\",\"operationType\":\"DELETE\",\"timestamp\":\"2025-07-09 15:10:01\"}', '0', NULL, '2025-07-09 15:10:01', '233');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778087, '删除文件资源', 'DELETE', 'SysFileController.delete', 'POST', 'MANAGER', '超级管理员', '/coder/sysFile/deleteById/1942790107933712385', '127.0.0.1', '内网IP无法获取位置', '[1942790107933712385]', '{\"success\":true,\"code\":200,\"message\":\"删除文件资源成功\",\"operationType\":\"DELETE\",\"timestamp\":\"2025-07-09 15:22:28\"}', '0', NULL, '2025-07-09 15:22:28', '81');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778088, '新增菜单', 'INSERT', 'SysMenuController.add', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/add', '127.0.0.1', '内网IP无法获取位置', '[{menuId=1942859207158640641, menuName=部门管理, enName=Dept Mangement, parentId=1, menuType=1, path=, name=, component=}]', '{\"success\":true,\"code\":200,\"message\":\"新增菜单成功\",\"operationType\":\"INSERT\",\"timestamp\":\"2025-07-09 16:11:46\"}', '0', NULL, '2025-07-09 16:11:46', '19');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778089, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/1/1', '127.0.0.1', '内网IP无法获取位置', '[1,\"1\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:11:51\"}', '0', NULL, '2025-07-09 16:11:52', '10');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778090, '修改菜单展开状态', 'UPDATE', 'SysMenuController.updateSpread', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/updateSpread/1/0', '127.0.0.1', '内网IP无法获取位置', '[1,\"0\"]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单展开状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:11:52\"}', '0', NULL, '2025-07-09 16:11:53', '8');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778091, '修改菜单', 'UPDATE', 'SysMenuController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/update', '127.0.0.1', '内网IP无法获取位置', '[{menuId=1942859207158640641, menuName=部门管理, enName=Dept Mangement, parentId=1, menuType=1, path=, name=, component=system/dept/index}]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:12:24\"}', '0', NULL, '2025-07-09 16:12:24', '17');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778092, '修改菜单', 'UPDATE', 'SysMenuController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/update', '127.0.0.1', '内网IP无法获取位置', '[{menuId=1942859207158640641, menuName=部门管理, enName=Dept Mangement, parentId=1, menuType=2, path=system/dept/index, name=, component=system/dept/index}]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:13:02\"}', '0', NULL, '2025-07-09 16:13:02', '17');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778093, '修改菜单', 'UPDATE', 'SysMenuController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/update', '127.0.0.1', '内网IP无法获取位置', '[{menuId=1942859207158640641, menuName=部门管理, enName=Dept Mangement, parentId=1, menuType=2, path=system/dept, name=, component=system/dept/index}]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:13:16\"}', '0', NULL, '2025-07-09 16:13:17', '16');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778094, '修改菜单', 'UPDATE', 'SysMenuController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/update', '127.0.0.1', '内网IP无法获取位置', '[{menuId=1942859207158640641, menuName=部门管理, enName=Dept Mangement, parentId=1, menuType=2, path=/system/dept, name=, component=system/dept/index}]', '{\"success\":true,\"code\":200,\"message\":\"修改菜单成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:13:31\"}', '0', NULL, '2025-07-09 16:13:31', '20');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778095, '新增菜单', 'INSERT', 'SysMenuController.add', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/add', '127.0.0.1', '内网IP无法获取位置', '[{menuId=1942859765844127746, menuName=新增, enName=, parentId=1942859207158640641, menuType=3, path=, name=, component=}]', '{\"success\":true,\"code\":200,\"message\":\"新增菜单成功\",\"operationType\":\"INSERT\",\"timestamp\":\"2025-07-09 16:13:59\"}', '0', NULL, '2025-07-09 16:13:59', '8');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778096, '保存角色菜单权限', 'UPDATE', 'SysMenuController.saveRoleMenu', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/saveRoleMenu/3/40,168,20,169,21,22,50,167,1942859207158640600,1942859765844127700,39,1,19', '127.0.0.1', '内网IP无法获取位置', '[3,[40,168,20,169,21,22,50,167,1942859207158640600,1942859765844127700,39,1,19]]', '{\"success\":true,\"code\":200,\"message\":\"保存角色菜单权限成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:14:18\"}', '0', NULL, '2025-07-09 16:14:18', '28');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778097, '保存角色菜单权限', 'UPDATE', 'SysMenuController.saveRoleMenu', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/saveRoleMenu/3/40,168,20,169,21,22,50,167,1942859207158640600,1942859765844127700,39,1,19', '127.0.0.1', '内网IP无法获取位置', '[3,[40,168,20,169,21,22,50,167,1942859207158640600,1942859765844127700,39,1,19]]', '{\"success\":true,\"code\":200,\"message\":\"保存角色菜单权限成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:18:43\"}', '0', NULL, '2025-07-09 16:18:44', '24');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778098, '保存角色菜单权限', 'UPDATE', 'SysMenuController.saveRoleMenu', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/saveRoleMenu/1941791696606695426/73,78,74,79,80,75,76,81,166,72,77,70,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,167,168,169,1942859207158640600,1942859765844127700,39,40,41,50', '127.0.0.1', '内网IP无法获取位置', '[1941791696606695426,[73,78,74,79,80,75,76,81,166,72,77,70,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,167,168,169,1942859207158640600,1942859765844127700,39,40,41,50]]', '{\"success\":true,\"code\":200,\"message\":\"保存角色菜单权限成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:19:18\"}', '0', NULL, '2025-07-09 16:19:18', '39');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778099, '保存角色菜单权限', 'UPDATE', 'SysMenuController.saveRoleMenu', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/saveRoleMenu', '127.0.0.1', '内网IP无法获取位置', '[{\"roleId\":1941791696606695400,\"menuIds\":[78,168,20,13,40,73,3,169,21,14,4,74,79,41,22,80,15,75,5,76,81,16,6,23,17,7,8,9,10,11,166,50,2,12,19,167,39,72,77,70,1942859207158640600,1942859765844127700,1]}]', '{\"success\":true,\"code\":200,\"message\":\"保存角色菜单权限成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:27:02\"}', '0', NULL, '2025-07-09 16:27:03', '29');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778100, '保存角色菜单权限', 'UPDATE', 'SysMenuController.saveRoleMenu', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/saveRoleMenu', '127.0.0.1', '内网IP无法获取位置', '[{\"roleId\":3,\"menuIds\":[40,168,20,169,21,22,50,167,1942859207158640600,1942859765844127700,39,1,19]}]', '{\"success\":true,\"code\":200,\"message\":\"保存角色菜单权限成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:27:30\"}', '0', NULL, '2025-07-09 16:27:31', '27');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778101, '保存角色菜单权限', 'UPDATE', 'SysMenuController.saveRoleMenu', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/saveRoleMenu', '127.0.0.1', '内网IP无法获取位置', '[{\"roleId\":3,\"menuIds\":[40,168,20,169,21,22,50,167,12,13,14,15,16,17,39,1,19]}]', '{\"success\":true,\"code\":200,\"message\":\"保存角色菜单权限成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:29:31\"}', '0', NULL, '2025-07-09 16:29:32', '19');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778102, '保存角色菜单权限', 'UPDATE', 'SysMenuController.saveRoleMenu', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/saveRoleMenu', '127.0.0.1', '内网IP无法获取位置', '[{\"roleId\":3,\"menuIds\":[168,20,13,40,14,21,169,22,15,16,17,50,12,167,2,3,4,5,6,7,8,9,10,11,1,19,39]}]', '{\"success\":true,\"code\":200,\"message\":\"保存角色菜单权限成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:29:36\"}', '0', NULL, '2025-07-09 16:29:36', '16');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778103, '保存角色菜单权限', 'UPDATE', 'SysMenuController.saveRoleMenu', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/saveRoleMenu', '127.0.0.1', '内网IP无法获取位置', '[{\"roleId\":3,\"menuIds\":[-1]}]', '{\"success\":true,\"code\":200,\"message\":\"保存角色菜单权限成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:29:46\"}', '0', NULL, '2025-07-09 16:29:47', '11');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778104, '保存角色菜单权限', 'UPDATE', 'SysMenuController.saveRoleMenu', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/saveRoleMenu', '127.0.0.1', '内网IP无法获取位置', '[{\"roleId\":3,\"menuIds\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,167,168,169,1942859207158640600,1942859765844127700,39,40,41,50]}]', '{\"success\":true,\"code\":200,\"message\":\"保存角色菜单权限成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:29:50\"}', '0', NULL, '2025-07-09 16:29:50', '16');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778105, '修改角色状态', 'UPDATE', 'SysRoleController.update', 'POST', 'MANAGER', '超级管理员', '/coder/sysRole/updateStatus/1941791696606695426/0', '127.0.0.1', '内网IP无法获取位置', '[1941791696606695426,\"0\"]', '{\"success\":true,\"code\":200,\"message\":\"修改角色状态成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:32:21\"}', '0', NULL, '2025-07-09 16:32:22', '17');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778106, '分配用户角色', 'UPDATE', 'SysRoleController.assignUserRole', 'GET', 'MANAGER', '超级管理员', '/coder/sysRole/assignUserRole/1941609436699922433/3,1941791696606695426', '127.0.0.1', '内网IP无法获取位置', '[1941609436699922433,[3,1941791696606695426]]', '{\"success\":true,\"code\":200,\"message\":\"分配用户角色成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:32:27\"}', '0', NULL, '2025-07-09 16:32:27', '13');
INSERT INTO `sys_oper_log` (`oper_id`, `oper_name`, `oper_type`, `method_name`, `request_method`, `system_type`, `oper_man`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `oper_status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1909813644189778107, '保存角色菜单权限', 'UPDATE', 'SysMenuController.saveRoleMenu', 'POST', 'MANAGER', '超级管理员', '/coder/sysMenu/saveRoleMenu', '127.0.0.1', '内网IP无法获取位置', '[{\"roleId\":\"3\",\"menuIds\":[\"3\",\"40\",\"168\",\"20\",\"13\",\"4\",\"41\",\"169\",\"21\",\"14\",\"15\",\"22\",\"5\",\"16\",\"23\",\"6\",\"17\",\"7\",\"8\",\"9\",\"10\",\"11\",\"50\",\"2\",\"12\",\"19\",\"167\",\"39\",\"1942859207158640641\",\"1942859765844127746\",\"1\"],\"roleIdAsLong\":3,\"menuIdsAsLong\":[3,40,168,20,13,4,41,169,21,14,15,22,5,16,23,6,17,7,8,9,10,11,50,2,12,19,167,39,1942859207158640641,1942859765844127746,1]}]', '{\"success\":true,\"code\":200,\"message\":\"保存角色菜单权限成功\",\"operationType\":\"UPDATE\",\"timestamp\":\"2025-07-09 16:35:49\"}', '0', NULL, '2025-07-09 16:35:49', '33');
COMMIT;
-- ----------------------------
-- Table structure for sys_picture
-- ----------------------------
DROP TABLE IF EXISTS `sys_picture`;
CREATE TABLE `sys_picture` (
`picture_id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
`picture_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '图片原始名称',
`new_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '图片新名称',
`picture_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1' COMMENT '图片类型[0-全部 1-用户头像 2-动漫分类 3-美女分类 4-风景分类 5-明星分类 6-动物分类 9-其他]',
`picture_size` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '图片大小[KB/MB/GB]',
`picture_suffix` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '图片后缀',
`picture_upload` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci COMMENT '图片上传路径',
`picture_path` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci COMMENT '图片回显路径',
`picture_service` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1' COMMENT '图片服务类型[1-LOCAL2-MINIO3-OSS]',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '修改人',
PRIMARY KEY (`picture_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1942846835127857155 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='图库表';
-- ----------------------------
-- Records of sys_picture
-- ----------------------------
BEGIN;
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942545341082009602, 'images (1).jpg', '20250708192434-c6b389.jpg', '9', '5.87KB', 'jpg', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708192434-c6b389.jpg', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708192434-c6b389.jpg', '1', '2025-07-08 19:24:35', '超级管理员', '2025-07-08 19:24:35', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942550233381109762, '14a461b19a0e4cfa9676e0f61f04edab.jpg', '20250708194401-971e71.jpg', '1', '101.72KB', 'jpg', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708194401-971e71.jpg', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708194401-971e71.jpg', '1', '2025-07-08 19:44:01', '超级管理员', '2025-07-08 19:44:01', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942598252000559106, 'wallhaven-96w2g8.jpg', '20250708225449-f1dd98.jpg', '9', '198.96KB', 'jpg', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225449-f1dd98.jpg', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225449-f1dd98.jpg', '1', '2025-07-08 22:54:50', '超级管理员', '2025-07-08 22:54:50', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942598286515486722, 'a404cdcff74c4488ad7f1cffdd908cf0~tplv-k3u1fbpfcp-jj-mark-v1_0_0_0_0_5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5LiA5Y-q6Z-p6Z2e5a2Q_q75.webp', '20250708225457-a99333.webp', '9', '28.66KB', 'webp', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225457-a99333.webp', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225457-a99333.webp', '1', '2025-07-08 22:54:58', '超级管理员', '2025-07-08 22:54:58', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942598346682777601, 'wallhaven-k79237.jpg.webp', '20250708225512-fdb7f4.webp', '4', '405.25KB', 'webp', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225512-fdb7f4.webp', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225512-fdb7f4.webp', '1', '2025-07-08 22:55:12', '超级管理员', '2025-07-08 22:55:12', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942598385660444673, 'wallhaven-zm825o.jpg.webp', '20250708225521-5ea29f.webp', '9', '425.25KB', 'webp', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225521-5ea29f.webp', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225521-5ea29f.webp', '1', '2025-07-08 22:55:22', '超级管理员', '2025-07-08 22:55:22', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942598505537847298, 'wallhaven-457vj9.jpg', '20250708225550-0e8e3c.jpg', '9', '176.36KB', 'jpg', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225550-0e8e3c.jpg', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/08/20250708225550-0e8e3c.jpg', '1', '2025-07-08 22:55:50', '超级管理员', '2025-07-08 22:55:50', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942619346518581249, 'wallhaven-96w2g8.jpg', '20250709001838-014050.jpg', '9', '198.96KB', 'jpg', 'coder-files/pictures/yuadmin/2025/07/09/20250709001838-014050.jpg', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709001838-014050.jpg', '3', '2025-07-09 00:18:39', '超级管理员', '2025-07-09 00:18:39', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942621586046230529, 'wallhaven-rdpo9j.jpg', '20250709002732-3fe07a.jpg', '2', '162.41KB', 'jpg', 'coder-files/pictures/yuadmin/2025/07/09/20250709002732-3fe07a.jpg', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709002732-3fe07a.jpg', '3', '2025-07-09 00:27:33', '超级管理员', '2025-07-09 00:27:33', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942759149897596929, 'wallhaven-45oml7.png', '20250709093410-e7653b.png', '9', '9.16KB', 'png', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709093410-e7653b.png', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709093410-e7653b.png', '1', '2025-07-09 09:34:11', '超级管理员', '2025-07-09 09:34:11', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942759242834984961, 'wallhaven-457vj9.jpg', '20250709093432-a51885.jpg', '9', '176.36KB', 'jpg', 'coder-files/pictures/yuadmin/2025/07/09/20250709093432-a51885.jpg', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709093432-a51885.jpg', '3', '2025-07-09 09:34:33', '超级管理员', '2025-07-09 09:34:33', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942769664275361794, '1Capture_2025-06-06_14.22.31.png', '20250709101557-1f7c73.png', '9', '716.98KB', 'png', 'coder-files/pictures/yuadmin/2025/07/09/20250709101557-1f7c73.png', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709101557-1f7c73.png', '3', '2025-07-09 10:15:58', '超级管理员', '2025-07-09 10:15:58', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942769717568188418, '1Capture_2025-06-06_19.45.13.png', '20250709101610-73b78e.png', '9', '328.20KB', 'png', 'coder-files/pictures/yuadmin/2025/07/09/20250709101610-73b78e.png', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709101610-73b78e.png', '3', '2025-07-09 10:16:10', '超级管理员', '2025-07-09 10:16:10', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942769802314100738, '1Capture_2025-06-06_14.24.23.png', '20250709101630-fa3bc0.png', '9', '439.39KB', 'png', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709101630-fa3bc0.png', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709101630-fa3bc0.png', '1', '2025-07-09 10:16:30', '超级管理员', '2025-07-09 10:16:30', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942769879476711426, '1Capture_2025-06-06_20.15.33.png', '20250709101648-2c699b.png', '2', '544.35KB', 'png', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709101648-2c699b.png', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709101648-2c699b.png', '1', '2025-07-09 10:16:49', '超级管理员', '2025-07-09 10:16:49', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942769951731986434, '知识库-菜单.png', '20250709101705-8079df.png', '2', '2.72KB', 'png', 'coder-files/pictures/yuadmin/2025/07/09/20250709101705-8079df.png', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709101705-8079df.png', '3', '2025-07-09 10:17:06', '超级管理员', '2025-07-09 10:17:06', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942790055777542146, '仙谷云图形logo.png', '20250709113659-ab857a.png', '9', '3.56KB', 'png', '/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709113659-ab857a.png', 'http://localhost:18099/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/picture/pictures/yuadmin/2025/07/092025/07/09/20250709113659-ab857a.png', '1', '2025-07-09 11:36:59', '超级管理员', '2025-07-09 11:36:59', '');
INSERT INTO `sys_picture` (`picture_id`, `picture_name`, `new_name`, `picture_type`, `picture_size`, `picture_suffix`, `picture_upload`, `picture_path`, `picture_service`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1942846835127857154, 'chatgpt-icon.webp', '20250709152236-5a909f.webp', '9', '4.61KB', 'webp', 'coder-files/pictures/yuadmin/2025/07/09/20250709152236-5a909f.webp', 'https://gaoziman.oss-cn-hangzhou.aliyuncs.com/coder-files/pictures/yuadmin/2025/07/09/20250709152236-5a909f.webp', '3', '2025-07-09 15:22:37', '超级管理员', '2025-07-09 15:22:37', '');
COMMIT;
-- ----------------------------
-- Table structure for sys_role
-- ----------------------------
DROP TABLE IF EXISTS `sys_role`;
CREATE TABLE `sys_role` (
`role_id` bigint NOT NULL AUTO_INCREMENT COMMENT '角色ID',
`role_name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '角色名称',
`role_code` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '角色权限编码',
`role_status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '角色状态[0-正常 1-停用]',
`sorted` int NOT NULL COMMENT '显示顺序',
`remark` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '备注',
`create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '创建者',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`role_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1941791696606695427 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='角色信息';
-- ----------------------------
-- Records of sys_role
-- ----------------------------
BEGIN;
INSERT INTO `sys_role` (`role_id`, `role_name`, `role_code`, `role_status`, `sorted`, `remark`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, '超级管理员', 'coder_ADMIN', '0', 1, '超级管理员', '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-07 10:42:54');
INSERT INTO `sys_role` (`role_id`, `role_name`, `role_code`, `role_status`, `sorted`, `remark`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (2, '测试角色', 'coder_TEST', '0', 2, '测试角色', '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-06 23:30:31');
INSERT INTO `sys_role` (`role_id`, `role_name`, `role_code`, `role_status`, `sorted`, `remark`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (3, '普通角色', 'coder_COMMON', '0', 3, '普通角色', '・ᴗ・', '2025-06-30 12:00:00', '超级管理员', '2025-07-09 11:24:20');
INSERT INTO `sys_role` (`role_id`, `role_name`, `role_code`, `role_status`, `sorted`, `remark`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1941791696606695426, '销售角色', 'SALE', '0', 4, '', '超级管理员', '2025-07-06 17:29:52', '超级管理员', '2025-07-09 11:09:13');
COMMIT;
-- ----------------------------
-- Table structure for sys_role_menu
-- ----------------------------
DROP TABLE IF EXISTS `sys_role_menu`;
CREATE TABLE `sys_role_menu` (
`role_id` bigint NOT NULL COMMENT '角色ID',
`menu_id` bigint NOT NULL COMMENT '菜单ID'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='角色和菜单关联表';
-- ----------------------------
-- Records of sys_role_menu
-- ----------------------------
BEGIN;
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 13);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 73);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 78);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 3);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 4);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 74);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 79);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 5);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 75);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 80);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 76);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 81);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 8);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 50);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 72);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 77);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 70);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 6);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 9);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 12);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 2);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 73);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 78);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 74);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 79);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 80);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 75);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 76);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 81);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 166);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 72);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 77);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 70);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 1);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 2);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 3);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 4);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 5);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 6);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 7);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 8);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 9);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 10);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 11);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 12);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 13);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 14);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 15);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 16);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 17);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 19);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 20);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 21);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 22);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 23);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 167);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 168);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 169);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 1942859207158640600);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 1942859765844127700);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 39);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 40);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 41);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695426, 50);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 78);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 168);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 20);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 13);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 40);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 73);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 3);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 169);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 21);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 14);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 4);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 74);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 79);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 41);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 22);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 80);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 15);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 75);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 5);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 76);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 81);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 16);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 6);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 23);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 17);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 7);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 8);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 9);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 10);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 11);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 166);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 50);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 2);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 12);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 19);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 167);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 39);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 72);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 77);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 70);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 1942859207158640600);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 1942859765844127700);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1941791696606695400, 1);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 3);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 40);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 168);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 20);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 13);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 4);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 41);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 169);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 21);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 14);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 15);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 22);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 5);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 16);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 23);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 6);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 17);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 7);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 8);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 9);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 10);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 11);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 50);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 2);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 12);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 19);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 167);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 39);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 1942859207158640641);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 1942859765844127746);
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (3, 1);
COMMIT;
-- ----------------------------
-- Table structure for sys_user_role
-- ----------------------------
DROP TABLE IF EXISTS `sys_user_role`;
CREATE TABLE `sys_user_role` (
`user_id` bigint NOT NULL COMMENT '用户ID',
`role_id` bigint NOT NULL COMMENT '角色ID',
PRIMARY KEY (`user_id`,`role_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='用户角色关联表';
-- ----------------------------
-- Records of sys_user_role
-- ----------------------------
BEGIN;
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1, 1);
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (2, 3);
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (6, 2);
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1941534484101566466, 2);
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1941569705429667841, 3);
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1941609436699922433, 3);
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1941609436699922433, 1941791696606695426);
COMMIT;
SET FOREIGN_KEY_CHECKS = 1;