| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- create table sys_oper_log
- (
- oper_id bigint not null comment '日志主键'
- primary key,
- tenant_id varchar(20) default '000000' null comment '租户编号',
- title varchar(50) default '' null comment '模块标题',
- business_type int default 0 null comment '业务类型(0其它 1新增 2修改 3删除)',
- method varchar(100) default '' null comment '方法名称',
- request_method varchar(10) default '' null comment '请求方式',
- operator_type int default 0 null comment '操作类别(0其它 1后台用户 2手机端用户)',
- oper_name varchar(50) default '' null comment '操作人员',
- dept_name varchar(50) default '' null comment '部门名称',
- oper_url varchar(255) default '' null comment '请求URL',
- oper_ip varchar(128) default '' null comment '主机地址',
- oper_location varchar(255) default '' null comment '操作地点',
- oper_param varchar(4000) default '' null comment '请求参数',
- json_result varchar(4000) default '' null comment '返回参数',
- status int default 0 null comment '操作状态(0正常 1异常)',
- error_msg varchar(4000) default '' null comment '错误消息',
- oper_time datetime null comment '操作时间',
- cost_time bigint default 0 null comment '消耗时间'
- )
- comment '操作日志记录';
- create index idx_sys_oper_log_bt
- on sys_oper_log (business_type);
- create index idx_sys_oper_log_ot
- on sys_oper_log (oper_time);
- create index idx_sys_oper_log_s
- on sys_oper_log (status);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959256708389302273, '000000', '租户套餐', 1, 'com.emoon.system.controller.system.SysTenantPackageController.add()', 'POST', 1, 'admin', '研发部门', '/system/tenant/package', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"packageId":"1959256708301221890","packageName":"什么鬼","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007,131,101,1008,1009,1010,1011,1012,130,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,132,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,1050,118,1600,1601,1602,1603,1620,1621,1622,1623,133,123,1061,1062,1063,1064,1065,2,109,1046,1047,1048,113,117,120,3,115,1055,1056,1058,1057,1059,1060,116,4,5,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,11638,11639,11640,11641,11642,11643,11616,11622,11623,11624,11625,11626,11627,11620,11630,11621,11631,11700,11701,11618,11629,11619,11632,11633],"remark":"","menuCheckStrictly":true,"status":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-23 22:09:35', 44);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959256836894388226, '000000', '租户管理', 1, 'com.emoon.system.controller.system.SysTenantController.add()', 'POST', 1, 'admin', '研发部门', '/system/tenant', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"id":"1959256835757731841","tenantId":null,"contactUserName":"王康","contactPhone":"15596825802","companyName":"医梦AI","username":"wangkang","licenseNumber":"","address":"","domain":"","intro":"","remark":"","packageId":"1959256708301221890","expireTime":null,"accountCount":0,"status":"0"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-23 22:10:06', 283);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959257943632801793, '889144', '用户管理', 1, 'com.emoon.system.controller.system.SysUserController.add()', 'POST', 1, 'wangkang', '医梦AI', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"userId":null,"deptId":"1959256835975835649","userName":"wangkangtest","nickName":"王康","userType":null,"email":null,"phonenumber":null,"sex":null,"status":"0","remark":"","roleIds":["1959256835782897665"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":500,"msg":"当前租户下用户名额不足,请联系管理员","data":null}', 0, '', '2025-08-23 22:14:30', 20);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959258182762655746, '000000', '租户管理', 2, 'com.emoon.system.controller.system.SysTenantController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/tenant', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"id":1,"tenantId":"000000","contactUserName":"翔","contactPhone":"15888888888","companyName":"医梦AI责任有限公司","username":"","licenseNumber":null,"address":null,"domain":null,"intro":"多租户通用后台管理管理系统","remark":null,"packageId":null,"expireTime":null,"accountCount":-1,"status":"0"}', '', 1, '不允许操作管理租户', '2025-08-23 22:15:27', 1);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959258191038017537, '000000', '租户管理', 2, 'com.emoon.system.controller.system.SysTenantController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/tenant', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"id":1,"tenantId":"000000","contactUserName":"翔","contactPhone":"15888888888","companyName":"医梦AI责任有限公司","username":"","licenseNumber":null,"address":null,"domain":null,"intro":"多租户通用后台管理管理系统","remark":null,"packageId":null,"expireTime":null,"accountCount":-1,"status":"0"}', '', 1, '不允许操作管理租户', '2025-08-23 22:15:29', 0);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959258221530607617, '000000', '租户管理', 2, 'com.emoon.system.controller.system.SysTenantController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/tenant', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"id":"1959256835757731841","tenantId":"889144","contactUserName":"王康","contactPhone":"15596825802","companyName":"医梦AI","username":"","licenseNumber":"","address":"","domain":"","intro":"","remark":"","packageId":"1959256708301221890","expireTime":null,"accountCount":-1,"status":"0"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-23 22:15:36', 27);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959258497188655106, '889144', '部门管理', 1, 'com.emoon.system.controller.system.SysDeptController.add()', 'POST', 1, 'wangkang', '医梦AI', '/system/dept', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"deptId":null,"parentId":"1959256835975835649","deptName":"开发技术部","deptCategory":null,"orderNum":0,"leader":null,"phone":null,"email":null,"status":"0","belongDeptId":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-23 22:16:42', 32);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959258627694424066, '889144', '用户管理', 1, 'com.emoon.system.controller.system.SysUserController.add()', 'POST', 1, 'wangkang', '医梦AI', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"userId":"1959258627635703810","deptId":"1959258497121546242","userName":"wangkangtest","nickName":"王康","userType":null,"email":null,"phonenumber":null,"sex":null,"status":"0","remark":"","roleIds":["1959256835782897665"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-23 22:17:13', 117);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959264586235969537, '000000', '菜单管理', 1, 'com.emoon.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"menuId":null,"parentId":1,"menuName":"项目管理","orderNum":1,"path":"project","component":null,"queryParam":null,"isFrame":"1","isCache":"0","menuType":"C","visible":"0","status":"0","perms":"","icon":"","remark":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-23 22:40:53', 43);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959264695082352642, '000000', '菜单管理', 1, 'com.emoon.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"menuId":null,"parentId":0,"menuName":"项目管理","orderNum":1,"path":"project","component":null,"queryParam":null,"isFrame":"1","isCache":"0","menuType":"M","visible":"0","status":"0","icon":"","remark":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-23 22:41:19', 14);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959264808454389762, '000000', '菜单管理', 1, 'com.emoon.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"menuId":null,"parentId":0,"menuName":"项目管理 1","orderNum":1,"path":"project1","component":null,"queryParam":null,"isFrame":"1","isCache":"0","menuType":"M","visible":"0","status":"0","icon":"build","remark":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-23 22:41:46', 13);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959895782698029058, '000000', '用户管理', 1, 'com.emoon.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '研发部门', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"userId":"1959895782492508161","deptId":101,"userName":"wangkang1","nickName":"wangkang1","userType":null,"email":null,"phonenumber":null,"sex":null,"status":"0","remark":"","roleIds":[4],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 16:29:02', 161);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959895868798701570, '000000', '用户管理', 1, 'com.emoon.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '研发部门', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"userId":"1959895868698038273","deptId":103,"userName":"wangkang11","nickName":"wangkang11","userType":null,"email":null,"phonenumber":null,"sex":null,"status":"0","remark":"","roleIds":[4],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 16:29:23', 126);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959898012117393410, '000000', '角色管理', 2, 'com.emoon.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/role', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-23 21:51:22","updateBy":null,"updateTime":null,"roleId":4,"roleName":"仅本人","roleKey":"test2","roleSort":5,"dataScope":"5","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[5,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 16:37:54', 207);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959898049463476225, '000000', '角色管理', 2, 'com.emoon.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/role', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-23 21:51:22","updateBy":null,"updateTime":null,"roleId":4,"roleName":"仅本人","roleKey":"test2","roleSort":4,"dataScope":"5","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[5,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 16:38:03', 60);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959898795995062273, '000000', '角色管理', 2, 'com.emoon.system.controller.system.SysRoleController.dataScope()', 'PUT', 1, 'admin', '研发部门', '/system/role/dataScope', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-23 21:51:22","updateBy":null,"updateTime":null,"roleId":4,"roleName":"仅本人","roleKey":"test2","roleSort":4,"dataScope":"3","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[5,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 16:41:01', 57268);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959923940759474177, '000000', '部门管理', 1, 'com.emoon.system.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"deptId":null,"parentId":"1959258497121546242","deptName":"后端开发部","deptCategory":null,"orderNum":0,"leader":null,"phone":null,"email":null,"status":"0","belongDeptId":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:20:56', 92);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959924483011678209, '000000', '角色管理', 1, 'com.emoon.system.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '研发部门', '/system/role', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"roleId":"1959924482642579458","roleName":"技术总监","roleKey":"jszj","roleSort":2,"dataScope":"1","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:23:05', 171);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959924757847642114, '000000', '角色管理', 2, 'com.emoon.system.controller.system.SysRoleController.dataScope()', 'PUT', 1, 'admin', '研发部门', '/system/role/dataScope', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-25 18:23:05","updateBy":null,"updateTime":null,"roleId":"1959924482642579458","roleName":"技术总监","roleKey":"jszj","roleSort":2,"dataScope":"3","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:24:11', 37425);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959925167287209986, '000000', '角色管理', 2, 'com.emoon.system.controller.system.SysRoleController.dataScope()', 'PUT', 1, 'admin', '研发部门', '/system/role/dataScope', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-25 18:23:05","updateBy":null,"updateTime":null,"roleId":"1959924482642579458","roleName":"技术总监","roleKey":"jszj","roleSort":2,"dataScope":"3","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:25:48', 80550);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959925170881728514, '000000', '角色管理', 2, 'com.emoon.system.controller.system.SysRoleController.dataScope()', 'PUT', 1, 'admin', '研发部门', '/system/role/dataScope', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-25 18:23:05","updateBy":null,"updateTime":null,"roleId":"1959924482642579458","roleName":"技术总监","roleKey":"jszj","roleSort":2,"dataScope":"4","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:25:49', 66618);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959925173436059650, '000000', '角色管理', 2, 'com.emoon.system.controller.system.SysRoleController.dataScope()', 'PUT', 1, 'admin', '研发部门', '/system/role/dataScope', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-25 18:23:05","updateBy":null,"updateTime":null,"roleId":"1959924482642579458","roleName":"技术总监","roleKey":"jszj","roleSort":2,"dataScope":"4","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:25:50', 67227);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959925175893921793, '000000', '角色管理', 2, 'com.emoon.system.controller.system.SysRoleController.dataScope()', 'PUT', 1, 'admin', '研发部门', '/system/role/dataScope', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-25 18:23:05","updateBy":null,"updateTime":null,"roleId":"1959924482642579458","roleName":"技术总监","roleKey":"jszj","roleSort":2,"dataScope":"3","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:25:50', 67813);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959925543595970561, '000000', '角色管理', 4, 'com.emoon.system.controller.system.SysRoleController.selectAuthUserAll()', 'PUT', 1, 'admin', '研发部门', '/system/role/authUser/selectAll', '0:0:0:0:0:0:0:1', '内网IP', '{"roleId":"1959924482642579458","userIds":"1959258627635703810"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:27:18', 83);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959925726748643330, '000000', '用户管理', 2, 'com.emoon.system.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-23 22:17:13","updateBy":null,"updateTime":null,"userId":"1959258627635703810","deptId":"1959258497121546242","userName":"wangkangtest","nickName":"王康","userType":"sys_user","email":"","phonenumber":"","sex":"0","status":"0","remark":"","roleIds":["1959256835782897665","1959924482642579458"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:28:02', 61);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959926003916640257, '000000', '部门管理', 2, 'com.emoon.system.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/dept', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-23 22:16:42","updateBy":null,"updateTime":null,"deptId":"1959258497121546242","parentId":"1959256835975835649","deptName":"开发技术部","deptCategory":null,"orderNum":0,"leader":"1959258627635703810","phone":null,"email":null,"status":"0","belongDeptId":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:29:08', 56);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959926448294760449, '000000', '角色管理', 2, 'com.emoon.system.controller.system.SysRoleController.dataScope()', 'PUT', 1, 'admin', '研发部门', '/system/role/dataScope', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-25 18:23:05","updateBy":null,"updateTime":null,"roleId":"1959924482642579458","roleName":"技术总监","roleKey":"jszj","roleSort":2,"dataScope":"4","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:30:54', 58383);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959926586211864578, '000000', '岗位管理', 1, 'com.emoon.system.controller.system.SysPostController.add()', 'POST', 1, 'admin', '研发部门', '/system/post', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"postId":null,"deptId":"1959923940537176065","belongDeptId":null,"postCode":"00003","postName":"开发","postCategory":"","postSort":1,"status":"0","remark":""}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 18:31:26', 45);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959927264753782785, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/5', '0:0:0:0:0:0:0:1', '内网IP', '5', '{"code":601,"msg":"存在子菜单,不允许删除","data":null}', 0, '', '2025-08-25 18:34:08', 22);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971137710493697, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/1959264808425029634', '0:0:0:0:0:0:0:1', '内网IP', '"1959264808425029634"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:28:28', 24);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971217272246273, '000000', '菜单管理', 2, 'com.emoon.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":103,"createBy":null,"createTime":"2025-08-23 22:41:19","updateBy":null,"updateTime":null,"menuId":"1959264695048798210","parentId":0,"menuName":"项目管理","orderNum":1,"path":"project","component":null,"queryParam":null,"isFrame":"1","isCache":"0","menuType":"M","visible":"0","status":"0","icon":"build","remark":""}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:28:47', 30);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971274839068673, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/1959264586076585986', '0:0:0:0:0:0:0:1', '内网IP', '"1959264586076585986"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:29:01', 11);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971346972708866, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/4', '0:0:0:0:0:0:0:1', '内网IP', '4', '{"code":601,"msg":"菜单已分配,不允许删除","data":null}', 0, '', '2025-08-25 21:29:18', 10);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971415771877378, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/4', '0:0:0:0:0:0:0:1', '内网IP', '4', '{"code":601,"msg":"菜单已分配,不允许删除","data":null}', 0, '', '2025-08-25 21:29:35', 9);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971635297554433, '000000', '角色管理', 3, 'com.emoon.system.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/role/4', '0:0:0:0:0:0:0:1', '内网IP', '[4]', '', 1, '仅本人已分配,不能删除!', '2025-08-25 21:30:27', 40);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971680252104706, '000000', '角色管理', 4, 'com.emoon.system.controller.system.SysRoleController.cancelAuthUserAll()', 'PUT', 1, 'admin', '研发部门', '/system/role/authUser/cancelAll', '0:0:0:0:0:0:0:1', '内网IP', '{"roleId":"4","userIds":"4,1959895782492508161,1959895868698038273"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:30:38', 24);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971701894713345, '000000', '角色管理', 3, 'com.emoon.system.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/role/4', '0:0:0:0:0:0:0:1', '内网IP', '[4]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:30:43', 64);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971720379011073, '000000', '角色管理', 3, 'com.emoon.system.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/role/3', '0:0:0:0:0:0:0:1', '内网IP', '[3]', '', 1, '本部门及以下已分配,不能删除!', '2025-08-25 21:30:47', 13);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971739534397442, '000000', '角色管理', 4, 'com.emoon.system.controller.system.SysRoleController.cancelAuthUserAll()', 'PUT', 1, 'admin', '研发部门', '/system/role/authUser/cancelAll', '0:0:0:0:0:0:0:1', '内网IP', '{"roleId":"3","userIds":"3"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:30:52', 17);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971765262258177, '000000', '角色管理', 3, 'com.emoon.system.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/role/3', '0:0:0:0:0:0:0:1', '内网IP', '[3]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:30:58', 38);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959971840654872578, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/4', '0:0:0:0:0:0:0:1', '内网IP', '4', '{"code":601,"msg":"菜单已分配,不允许删除","data":null}', 0, '', '2025-08-25 21:31:16', 8);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972246323761153, '000000', '菜单管理', 2, 'com.emoon.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":103,"createBy":null,"createTime":"2025-08-23 21:51:22","updateBy":null,"updateTime":null,"menuId":4,"parentId":0,"menuName":"医梦官网","orderNum":5,"path":"https://gitee.com/dromara/RuoYi-Vue-Plus","component":null,"queryParam":"","isFrame":"0","isCache":"0","menuType":"M","visible":"0","status":"0","perms":"","icon":"guide","remark":"RuoYi-Vue-Plus官网地址"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:32:53', 11);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972351042949122, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/4', '0:0:0:0:0:0:0:1', '内网IP', '4', '{"code":601,"msg":"菜单已分配,不允许删除","data":null}', 0, '', '2025-08-25 21:33:18', 17);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972410585288706, '000000', '用户管理', 3, 'com.emoon.system.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/user/1959258627635703810', '0:0:0:0:0:0:0:1', '内网IP', '["1959258627635703810"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:33:32', 37);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972433997893634, '000000', '用户管理', 3, 'com.emoon.system.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/user/1959256836340740098', '0:0:0:0:0:0:0:1', '内网IP', '["1959256836340740098"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:33:37', 23);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972464561786882, '000000', '角色管理', 3, 'com.emoon.system.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/role/1959924482642579458', '0:0:0:0:0:0:0:1', '内网IP', '["1959924482642579458"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:33:45', 21);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972475164987393, '000000', '角色管理', 3, 'com.emoon.system.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/role/1959256835782897665', '0:0:0:0:0:0:0:1', '内网IP', '["1959256835782897665"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:33:47', 29);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972561412460545, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/1959923940537176065', '0:0:0:0:0:0:0:1', '内网IP', '"1959923940537176065"', '{"code":601,"msg":"部门存在岗位,不允许删除","data":null}', 0, '', '2025-08-25 21:34:08', 27);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972582081990657, '000000', '岗位管理', 3, 'com.emoon.system.controller.system.SysPostController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/post/1959926586165727234', '0:0:0:0:0:0:0:1', '内网IP', '["1959926586165727234"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:34:13', 28);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972596455870466, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/1959923940537176065', '0:0:0:0:0:0:0:1', '内网IP', '"1959923940537176065"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:34:16', 37);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972604961918978, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/1959258497121546242', '0:0:0:0:0:0:0:1', '内网IP', '"1959258497121546242"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:34:18', 22);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972661362724866, '000000', '部门管理', 1, 'com.emoon.system.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"deptId":null,"parentId":"1959256835975835649","deptName":"深圳总部","deptCategory":null,"orderNum":0,"leader":null,"phone":null,"email":null,"status":"0","belongDeptId":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:34:32', 14);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959972718581420034, '000000', '部门管理', 1, 'com.emoon.system.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"deptId":null,"parentId":"1959256835975835649","deptName":"陕西运营中心","deptCategory":null,"orderNum":1,"leader":null,"phone":null,"email":null,"status":"0","belongDeptId":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:34:45', 14);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959973138984898562, '000000', '部门管理', 1, 'com.emoon.system.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"deptId":null,"parentId":"1959972661333364738","deptName":"总经办","deptCategory":null,"orderNum":0,"leader":null,"phone":null,"email":null,"status":"0","belongDeptId":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:36:26', 23);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959973199638728706, '000000', '部门管理', 1, 'com.emoon.system.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"deptId":null,"parentId":"1959972661333364738","deptName":"开发技术中心","deptCategory":null,"orderNum":2,"leader":null,"phone":null,"email":null,"status":"0","belongDeptId":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:36:40', 14);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959973643182182402, '000000', '角色管理', 1, 'com.emoon.system.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '研发部门', '/system/role', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"roleId":"1959973642972467201","roleName":"总经理","roleKey":"zjl","roleSort":1,"dataScope":"1","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007,131,101,1008,1009,1010,1011,1012,130,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,132,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,1050,118,1600,1601,1602,1603,1620,1621,1622,1623,133,123,1061,1062,1063,1064,1065,"1959264695048798210",6,121,1606,1607,1608,1609,1610,122,1611,1612,1613,1614,1615,2,109,1046,1047,1048,113,117,120,3,115,1055,1056,1058,1057,1059,1060,116,4,5,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,11638,11639,11640,11641,11642,11643,11616,11622,11623,11624,11625,11626,11627,11620,11630,11621,11631,11700,11701,11618,11629,11619,11632,11633],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:38:26', 62);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959973751835627522, '000000', '角色管理', 1, 'com.emoon.system.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '研发部门', '/system/role', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"roleId":"1959973751676243970","roleName":"副总经理","roleKey":"fzjl","roleSort":1,"dataScope":"1","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007,131,101,1008,1009,1010,1011,1012,130,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,132,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,1050,118,1600,1601,1602,1603,1620,1621,1622,1623,133,123,1061,1062,1063,1064,1065,"1959264695048798210",6,121,1606,1607,1608,1609,1610,122,1611,1612,1613,1614,1615,2,109,1046,1047,1048,113,117,120,3,115,1055,1056,1058,1057,1059,1060,116,4,5,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,11638,11639,11640,11641,11642,11643,11616,11622,11623,11624,11625,11626,11627,11620,11630,11621,11631,11700,11701,11618,11629,11619,11632,11633],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:38:52', 46);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959973862909186050, '000000', '角色管理', 1, 'com.emoon.system.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '研发部门', '/system/role', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"roleId":"1959973862762385409","roleName":"研发经理","roleKey":"yfjl","roleSort":1,"dataScope":"1","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007,131,101,1008,1009,1010,1011,1012,130,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,132,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,1050,118,1600,1601,1602,1603,1620,1621,1622,1623,133,123,1061,1062,1063,1064,1065,"1959264695048798210",6,121,1606,1607,1608,1609,1610,122,1611,1612,1613,1614,1615,2,109,1046,1047,1048,113,117,120,3,115,1055,1056,1058,1057,1059,1060,116,4,5,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,11638,11639,11640,11641,11642,11643,11616,11622,11623,11624,11625,11626,11627,11620,11630,11621,11631,11700,11701,11618,11629,11619,11632,11633],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:39:18', 51);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974024175980545, '000000', '用户管理', 1, 'com.emoon.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '研发部门', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"userId":"1959974023941099522","deptId":"1959973138921984002","userName":"hantuo","nickName":"韩拓","userType":null,"email":null,"phonenumber":null,"sex":"0","status":"0","remark":"","roleIds":["1959973642972467201"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:39:57', 117);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974153687699458, '000000', '用户管理', 1, 'com.emoon.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '研发部门', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"userId":"1959974153628979201","deptId":"1959973138921984002","userName":"fansicheng","nickName":"fansicheng","userType":null,"email":null,"phonenumber":null,"sex":null,"status":"0","remark":"","roleIds":["1959973751676243970"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:40:27', 117);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974270696198146, '000000', '用户管理', 1, 'com.emoon.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '研发部门', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"userId":"1959974270645866497","deptId":null,"userName":"wangkang","nickName":"王康","userType":null,"email":null,"phonenumber":null,"sex":null,"status":"0","remark":"","roleIds":["1959973862762385409"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:40:55', 106);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974385649487873, '000000', '用户管理', 2, 'com.emoon.system.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-25 21:40:27","updateBy":null,"updateTime":null,"userId":"1959974153628979201","deptId":"1959973138921984002","userName":"fansicheng","nickName":"樊思呈","userType":"sys_user","email":"","phonenumber":"","sex":"0","status":"0","remark":"","roleIds":["1959973751676243970"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:41:23', 19);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974437323313154, '000000', '用户管理', 3, 'com.emoon.system.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/user/1959895868698038273', '0:0:0:0:0:0:0:1', '内网IP', '["1959895868698038273"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:41:35', 22);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974448014594049, '000000', '用户管理', 3, 'com.emoon.system.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/user/1959895782492508161', '0:0:0:0:0:0:0:1', '内网IP', '["1959895782492508161"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:41:38', 14);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974458366136322, '000000', '用户管理', 3, 'com.emoon.system.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/user/4', '0:0:0:0:0:0:0:1', '内网IP', '[4]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:41:40', 17);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974467442610177, '000000', '用户管理', 3, 'com.emoon.system.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/user/3', '0:0:0:0:0:0:0:1', '内网IP', '[3]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:41:42', 30);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974544563277825, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/109', '0:0:0:0:0:0:0:1', '内网IP', '109', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:42:01', 28);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974553698471938, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/108', '0:0:0:0:0:0:0:1', '内网IP', '108', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:42:03', 23);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974560908480513, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/102', '0:0:0:0:0:0:0:1', '内网IP', '102', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:42:05', 24);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974577765388289, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/107', '0:0:0:0:0:0:0:1', '内网IP', '107', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:42:09', 27);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974583297675266, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/106', '0:0:0:0:0:0:0:1', '内网IP', '106', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:42:10', 23);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974590054699010, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/105', '0:0:0:0:0:0:0:1', '内网IP', '105', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:42:11', 29);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974596404875266, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/104', '0:0:0:0:0:0:0:1', '内网IP', '104', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:42:13', 60);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974605405851649, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/103', '0:0:0:0:0:0:0:1', '内网IP', '103', '{"code":601,"msg":"部门存在用户,不允许删除","data":null}', 0, '', '2025-08-25 21:42:15', 5);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974615111471106, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/103', '0:0:0:0:0:0:0:1', '内网IP', '103', '{"code":601,"msg":"部门存在用户,不允许删除","data":null}', 0, '', '2025-08-25 21:42:17', 14);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974831382368257, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/103', '0:0:0:0:0:0:0:1', '内网IP', '103', '{"code":601,"msg":"部门存在用户,不允许删除","data":null}', 0, '', '2025-08-25 21:43:09', 6);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974842975424513, '000000', '部门管理', 3, 'com.emoon.system.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/101', '0:0:0:0:0:0:0:1', '内网IP', '101', '{"code":601,"msg":"存在下级部门,不允许删除","data":null}', 0, '', '2025-08-25 21:43:12', 11);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959974933186514945, '000000', '用户管理', 2, 'com.emoon.system.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-23 21:51:22","updateBy":null,"updateTime":null,"userId":1,"deptId":100,"userName":"admin","nickName":"疯狂的狮子Li","userType":"sys_user","email":"crazyLionLi@163.com","phonenumber":"15888888888","sex":"1","status":"0","remark":"管理员","roleIds":[1],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":true}', '', 1, '不允许操作超级管理员用户', '2025-08-25 21:43:33', 0);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959975000677060609, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/4', '0:0:0:0:0:0:0:1', '内网IP', '4', '{"code":601,"msg":"菜单已分配,不允许删除","data":null}', 0, '', '2025-08-25 21:43:49', 8);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959976408373563393, '000000', '租户管理', 1, 'com.emoon.system.controller.system.SysTenantController.add()', 'POST', 1, 'admin', '研发部门', '/system/tenant', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"id":"1959976407455010817","tenantId":null,"contactUserName":"wangkang","contactPhone":"15596825802","companyName":"医梦 2","username":"wangkang","licenseNumber":"","address":"","domain":"","intro":"","remark":"","packageId":"1959256708301221890","expireTime":null,"accountCount":0,"status":"0"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:49:25', 236);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959976957659615234, '000000', '用户管理', 2, 'com.emoon.system.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-25 21:40:55","updateBy":null,"updateTime":null,"userId":"1959974270645866497","deptId":"1959973199605174273","userName":"wangkang","nickName":"王康","userType":"sys_user","email":"","phonenumber":"","sex":"0","status":"0","remark":"","roleIds":["1959973862762385409"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:51:36', 23);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959977653729529857, '000000', '部门管理', 1, 'com.emoon.system.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"deptId":null,"parentId":"1959976407618588674","deptName":"技术部","deptCategory":null,"orderNum":1,"leader":null,"phone":null,"email":null,"status":"0","belongDeptId":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:54:22', 35);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1959978206920478721, '000000', '角色管理', 2, 'com.emoon.system.controller.system.SysRoleController.dataScope()', 'PUT', 1, 'admin', '研发部门', '/system/role/dataScope', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":"2025-08-25 21:49:25","updateBy":null,"updateTime":null,"roleId":"1959976407475982337","roleName":"管理员","roleKey":"admin","roleSort":1,"dataScope":"4","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":null,"menuIds":[],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-25 21:56:34', 112490);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960316478519578626, '000000', '租户管理', 1, 'com.emoon.system.controller.system.SysTenantController.add()', 'POST', 1, 'admin', '研发部门', '/system/tenant', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"id":"1960316477454225410","tenantId":null,"contactUserName":"wangkang","contactPhone":"15599999999","companyName":"医梦 3","username":"emoonadmin","licenseNumber":"","address":"","domain":"","intro":"","remark":"","packageId":"1959256708301221890","expireTime":null,"accountCount":0,"status":"0"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:20:44', 277);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960317015767977985, '938163', '部门管理', 1, 'com.emoon.system.controller.system.SysDeptController.add()', 'POST', 1, 'emoonadmin', '医梦 3', '/system/dept', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"deptId":null,"parentId":"1960316477680717825","deptName":"技术开发部","deptCategory":null,"orderNum":1,"leader":null,"phone":null,"email":null,"status":"0","belongDeptId":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:22:52', 31);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960317285717577730, '938163', '部门管理', 1, 'com.emoon.system.controller.system.SysDeptController.add()', 'POST', 1, 'emoonadmin', '医梦 3', '/system/dept', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"deptId":null,"parentId":"1960316477680717825","deptName":"木叶忍者村","deptCategory":null,"orderNum":2,"leader":null,"phone":null,"email":null,"status":"0","belongDeptId":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:23:57', 29);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960317682477764609, '938163', '角色管理', 1, 'com.emoon.system.controller.system.SysRoleController.add()', 'POST', 1, 'emoonadmin', '医梦 3', '/system/role', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"roleId":"1960317682385489921","roleName":"暗部","roleKey":"anbu","roleSort":1,"dataScope":"1","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:25:31', 35);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960317966612500481, '938163', '用户管理', 1, 'com.emoon.system.controller.system.SysUserController.add()', 'POST', 1, 'emoonadmin', '医梦 3', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"userId":null,"deptId":"1960317285679828994","userName":"gaoli","nickName":"高力","userType":null,"email":null,"phonenumber":null,"sex":"2","status":"0","remark":"","roleIds":["1960317682385489921"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":500,"msg":"当前租户下用户名额不足,请联系管理员","data":null}', 0, '', '2025-08-26 20:26:39', 26);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960318117355786242, '000000', '租户管理', 2, 'com.emoon.system.controller.system.SysTenantController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/tenant', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"id":"1960316477454225410","tenantId":"938163","contactUserName":"wangkang","contactPhone":"15599999999","companyName":"医梦 3","username":"","licenseNumber":"","address":"","domain":"","intro":"","remark":"","packageId":"1959256708301221890","expireTime":null,"accountCount":-1,"status":"0"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:27:15', 14);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960318326899019778, '938163', '用户管理', 1, 'com.emoon.system.controller.system.SysUserController.add()', 'POST', 1, 'emoonadmin', '医梦 3', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"userId":"1960318326831910913","deptId":"1960317285679828994","userName":"gaoli","nickName":"高力","userType":null,"email":null,"phonenumber":null,"sex":null,"status":"0","remark":"","roleIds":["1960317682385489921"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:28:05', 109);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960319815352651777, '000000', '菜单管理', 1, 'com.emoon.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"menuId":null,"parentId":0,"menuName":"医梦特色管理","orderNum":1,"path":"emoon","component":null,"queryParam":null,"isFrame":"1","isCache":"0","menuType":"M","visible":"0","status":"0","icon":"build","remark":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:34:00', 21);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960320290357579778, '000000', '菜单管理', 1, 'com.emoon.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"menuId":null,"parentId":"1960319815314903042","menuName":"项目管理","orderNum":1,"path":"project","component":"system/project","queryParam":null,"isFrame":"1","isCache":"0","menuType":"C","visible":"0","status":"0","icon":"category","remark":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:35:53', 13);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960320534503821314, '000000', '菜单管理', 1, 'com.emoon.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"menuId":null,"parentId":"1960319815314903042","menuName":"知识库管理","orderNum":2,"path":"knowledge","component":"system/project/knowledge","queryParam":null,"isFrame":"1","isCache":"0","menuType":"C","visible":"0","status":"0","icon":"component","remark":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:36:51', 21);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960320677584113666, '000000', '菜单管理', 1, 'com.emoon.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"menuId":null,"parentId":0,"menuName":"智能体管理","orderNum":3,"path":"agent","component":"system/project/agent","queryParam":null,"isFrame":"1","isCache":"0","menuType":"C","visible":"0","status":"0","icon":"people","remark":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:37:25', 6);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960320925220016130, '000000', '菜单管理', 2, 'com.emoon.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":103,"createBy":null,"createTime":"2025-08-23 22:41:19","updateBy":null,"updateTime":null,"menuId":"1959264695048798210","parentId":"1960319815314903042","menuName":"项目管理","orderNum":1,"path":"project","component":null,"queryParam":null,"isFrame":"1","isCache":"0","menuType":"M","visible":"0","status":"0","icon":"build","remark":""}', '{"code":500,"msg":"修改菜单\'项目管理\'失败,菜单名称已存在","data":null}', 0, '', '2025-08-26 20:38:24', 15);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960321482932424706, '000000', '菜单管理', 1, 'com.emoon.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"menuId":null,"parentId":"1960320290336608258","menuName":"项目查询","orderNum":1,"path":"","component":null,"queryParam":null,"isFrame":"1","isCache":"0","menuType":"F","visible":"0","status":"0","perms":"system:project:query","icon":"","remark":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 20:40:37', 15);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1960333014642790401, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/1960320677567336450', '0:0:0:0:0:0:0:1', '内网IP', '"1960320677567336450"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-08-26 21:26:27', 12);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1966714736431628289, '000000', '代码生成', 6, 'com.emoon.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '内网IP', '{"tables":"sys_project","dataName":"master"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-13 12:05:08', 196);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1966714812025569282, '000000', '代码生成', 8, 'com.emoon.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '内网IP', '{"tableIdStr":"1966714735718596610"}', '', 0, '', '2025-09-13 12:05:26', 223);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1967503546840559618, '000000', '菜单管理', 2, 'com.emoon.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":103,"createBy":null,"createTime":"2025-09-15 16:06:59","updateBy":null,"updateTime":null,"menuId":"1966714811123793922","parentId":1,"menuName":"项目","orderNum":1,"path":"project","component":"system/project/index","queryParam":null,"isFrame":"1","isCache":"0","menuType":"C","visible":"0","status":"0","perms":"system:project:list","icon":"chart","remark":"项目菜单"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-15 16:19:35', 27);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1967503775056834562, '000000', '菜单管理', 2, 'com.emoon.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":103,"createBy":null,"createTime":"2025-09-15 16:06:59","updateBy":null,"updateTime":null,"menuId":"1966714811123793922","parentId":1,"menuName":"项目管理","orderNum":1,"path":"project","component":"system/project/index","queryParam":null,"isFrame":"1","isCache":"0","menuType":"C","visible":"0","status":"0","perms":"system:project:list","icon":"chart","remark":"项目菜单"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-15 16:20:29', 22);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1967507878659010562, '000000', '代码生成', 3, 'com.emoon.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '研发部门', '/tool/gen/1966714735718596610', '0:0:0:0:0:0:0:1', '内网IP', '["1966714735718596610"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-15 16:36:47', 79);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1967507951698620417, '000000', '代码生成', 6, 'com.emoon.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '内网IP', '{"tables":"sys_rag","dataName":"master"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-15 16:37:05', 228);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1967507977682333698, '000000', '代码生成', 8, 'com.emoon.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '内网IP', '{"tableIdStr":"1967507951027531777"}', '', 0, '', '2025-09-15 16:37:11', 190);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1967509694293590017, '000000', '知识库', 1, 'com.emoon.system.controller.system.SysRagController.add()', 'POST', 1, 'admin', '研发部门', '/system/rag', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"id":"1967509693999988738","deptId":123,"ragId":"1943218305116897281","rag":"肿瘤护理医疗专精","introduce":null,"status":null,"remark":null}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-15 16:44:00', 94);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1967510173769646081, '000000', '菜单管理', 2, 'com.emoon.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":103,"createBy":null,"createTime":"2025-09-15 16:40:20","updateBy":null,"updateTime":null,"menuId":"1967507976973496322","parentId":1,"menuName":"知识库","orderNum":3,"path":"rag","component":"system/rag/index","queryParam":null,"isFrame":"1","isCache":"0","menuType":"C","visible":"0","status":"0","perms":"system:rag:list","icon":"clipboard","remark":"知识库菜单"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-15 16:45:55', 30);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1967786151272030209, '000000', '代码生成', 6, 'com.emoon.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '内网IP', '{"tables":"sys_model","dataName":"master"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-16 11:02:33', 234);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1967786218624163842, '000000', '代码生成', 6, 'com.emoon.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '内网IP', '{"tables":"sys_project","dataName":"master"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-16 11:02:49', 104);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968126748775837697, '000000', '代码生成', 3, 'com.emoon.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '研发部门', '/tool/gen/1967786218313785345', '0:0:0:0:0:0:0:1', '内网IP', '["1967786218313785345"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 09:35:58', 38);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968126757223165954, '000000', '代码生成', 3, 'com.emoon.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '研发部门', '/tool/gen/1967786150466723841', '0:0:0:0:0:0:0:1', '内网IP', '["1967786150466723841"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 09:36:00', 6);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968126765741797377, '000000', '代码生成', 3, 'com.emoon.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '研发部门', '/tool/gen/1967507951027531777', '0:0:0:0:0:0:0:1', '内网IP', '["1967507951027531777"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 09:36:02', 51);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968126837200154625, '000000', '代码生成', 6, 'com.emoon.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '内网IP', '{"tables":"ai_model,ai_knowledge_attach,ai_knowledge_info,ai_knowledge_fragment","dataName":"master"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 09:36:19', 410);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968126931756544001, '000000', '代码生成', 6, 'com.emoon.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '内网IP', '{"tables":"sys_project","dataName":"master"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 09:36:41', 109);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968126959896129538, '000000', '代码生成', 8, 'com.emoon.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '内网IP', '{"tableIdStr":"1968126931425193986,1968126836562620417,1968126836998828033,1968126835660845057,1968126836138995714"}', '', 0, '', '2025-09-17 09:36:48', 440);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968137171621765121, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/1967507976973496322', '0:0:0:0:0:0:0:1', '内网IP', '"1967507976973496322"', '{"code":601,"msg":"存在子菜单,不允许删除","data":null}', 0, '', '2025-09-17 10:17:23', 15);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968137196691120129, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/1967507976973496327', '0:0:0:0:0:0:0:1', '内网IP', '"1967507976973496327"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 10:17:29', 29);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968137209395666945, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/1967507976973496326', '0:0:0:0:0:0:0:1', '内网IP', '"1967507976973496326"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 10:17:32', 25);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968137220074364930, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/1967507976973496325', '0:0:0:0:0:0:0:1', '内网IP', '"1967507976973496325"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 10:17:34', 15);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968137230409129985, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/1967507976973496324', '0:0:0:0:0:0:0:1', '内网IP', '"1967507976973496324"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 10:17:37', 14);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968137243881234433, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/1967507976973496323', '0:0:0:0:0:0:0:1', '内网IP', '"1967507976973496323"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 10:17:40', 21);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968137256069881857, '000000', '菜单管理', 3, 'com.emoon.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/menu/1967507976973496322', '0:0:0:0:0:0:0:1', '内网IP', '"1967507976973496322"', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 10:17:43', 16);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968137405395492866, '000000', '菜单管理', 2, 'com.emoon.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":103,"createBy":null,"createTime":"2025-09-17 09:57:49","updateBy":null,"updateTime":null,"menuId":"1968126959044685826","parentId":1,"menuName":"知识库管理","orderNum":2,"path":"knowledgeInfo","component":"system/knowledgeInfo/index","queryParam":null,"isFrame":"1","isCache":"0","menuType":"C","visible":"0","status":"0","perms":"system:knowledgeInfo:list","icon":"clipboard","remark":"知识库菜单"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 10:18:18', 17);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968137515047182337, '000000', '菜单管理', 2, 'com.emoon.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":103,"createBy":null,"createTime":"2025-09-17 09:58:05","updateBy":null,"updateTime":null,"menuId":"1968126959359258626","parentId":3,"menuName":"模型管理","orderNum":4,"path":"model","component":"system/model/index","queryParam":null,"isFrame":"1","isCache":"0","menuType":"C","visible":"0","status":"0","perms":"system:model:list","icon":"example","remark":"模型菜单"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 10:18:44', 13);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1968137815283851266, '000000', '菜单管理', 2, 'com.emoon.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":103,"createBy":null,"createTime":"2025-09-17 09:58:05","updateBy":null,"updateTime":null,"menuId":"1968126959359258626","parentId":1,"menuName":"模型管理","orderNum":4,"path":"model","component":"system/model/index","queryParam":null,"isFrame":"1","isCache":"0","menuType":"C","visible":"0","status":"0","perms":"system:model:list","icon":"example","remark":"模型菜单"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-17 10:19:56', 14);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1969056079010721794, '000000', '代码生成', 6, 'com.emoon.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '内网IP', '{"tables":"ai_mcp,ai_agent","dataName":"master"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-19 23:08:47', 204);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1969056100435226626, '000000', '代码生成', 8, 'com.emoon.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '内网IP', '{"tableIdStr":"1969056078268329985,1969056078650011650"}', '', 0, '', '2025-09-19 23:08:52', 157);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1969057611403878401, '000000', '智能体', 1, 'com.emoon.system.controller.ai.AiAgentController.add()', 'POST', 1, 'admin', '研发部门', '/system/agent', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"id":"1969057611299020801","name":"测试智能体","description":"测试智能体描述","remark":"啦啦啦"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-19 23:14:53', 19);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1969222075904765953, '000000', '租户管理', 2, 'com.emoon.system.controller.system.SysTenantController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/tenant', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"id":1,"tenantId":"000000","contactUserName":"管理组","contactPhone":"15888888888","companyName":"医梦科技有限公司","username":"","licenseNumber":null,"address":null,"domain":null,"intro":"多租户通用后台管理管理系统","remark":null,"packageId":null,"expireTime":null,"accountCount":-1,"status":"0"}', '', 1, '不允许操作管理租户', '2025-09-20 10:08:24', 33);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1970143866283626498, '000000', '角色管理', 1, 'com.emoon.system.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '研发部门', '/system/role', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"roleId":"1970143865193107458","roleName":"test","roleKey":"test","roleSort":1,"dataScope":"1","menuCheckStrictly":true,"deptCheckStrictly":true,"status":"0","remark":"","menuIds":[1,100,1001,1002,1003,1004,1005,1006,1007,131,"1966714811123793922","1966714811123793923","1966714811123793924","1966714811123793925","1966714811123793926","1966714811123793927",101,1008,1009,1010,1011,1012,130,"1968126959044685826","1968126959044685827","1968126959044685828","1968126959044685829","1968126959044685830","1968126959044685831",102,1013,1014,1015,1016,103,1017,1018,1019,1020,"1968126959359258626","1968126959359258627","1968126959359258628","1968126959359258629","1968126959359258630","1968126959359258631",104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,132,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,1050,118,1600,1601,1602,1603,1620,1621,1622,1623,133,123,1061,1062,1063,1064,1065,6,121,1606,1607,1608,1609,1610,122,1611,1612,1613,1614,1615],"deptIds":[],"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-22 23:11:16', 317);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1970144018260037634, '000000', '用户管理', 1, 'com.emoon.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '研发部门', '/system/user', '0:0:0:0:0:0:0:1', '内网IP', '{"createDept":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"userId":"1970144018062905346","deptId":101,"userName":"wangkangtest","nickName":"王康","userType":null,"email":null,"phonenumber":null,"sex":null,"status":"0","remark":"","roleIds":["1970143865193107458"],"postIds":[],"roleId":null,"userIds":null,"excludeUserIds":null,"superAdmin":false}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-22 23:11:52', 240);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1970296539133415425, '000000', '代码生成', 3, 'com.emoon.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '研发部门', '/tool/gen/1969056078268329985', '0:0:0:0:0:0:0:1', '内网IP', '["1969056078268329985"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-23 09:17:56', 45);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1970296574571089922, '000000', '代码生成', 3, 'com.emoon.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '研发部门', '/tool/gen/1969056078650011650,1968126931425193986,1968126836562620417,1968126836998828033,1968126835660845057,1968126836138995714', '0:0:0:0:0:0:0:1', '内网IP', '["1969056078650011650","1968126931425193986","1968126836562620417","1968126836998828033","1968126835660845057","1968126836138995714"]', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-23 09:18:04', 14);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1970296628497256450, '000000', '代码生成', 6, 'com.emoon.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '内网IP', '{"tables":"ai_mcp","dataName":"master"}', '{"code":200,"msg":"操作成功","data":null}', 0, '', '2025-09-23 09:18:17', 156);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1970296651846946818, '000000', '代码生成', 8, 'com.emoon.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '内网IP', '{"tableIdStr":"1970296628019105793"}', '', 0, '', '2025-09-23 09:18:23', 162);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1971099375468351490, '000000', '知识库附件', 6, 'com.emoon.system.controller.ai.AiKnowledgeAttachController.upload()', 'POST', 1, 'admin', '研发部门', '/system/knowledgeAttach/upload', '0:0:0:0:0:0:0:1', '内网IP', '{"knowledgeCode":"605a311b-8e5b-49b6-bfe0-fa58a54fdd0f"}', '{"code":200,"msg":"上传知识库附件成功!","data":null}', 0, '', '2025-09-25 14:28:07', 2299);
- INSERT INTO ruoyi.sys_oper_log (oper_id, tenant_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time) VALUES (1971100134603821057, '000000', '知识库附件', 6, 'com.emoon.system.controller.ai.AiKnowledgeAttachController.upload()', 'POST', 1, 'admin', '研发部门', '/system/knowledgeAttach/upload', '0:0:0:0:0:0:0:1', '内网IP', '{"knowledgeCode":"0aa63f3a-3519-41cc-933d-12cbabdc0cb2"}', '{"code":200,"msg":"上传知识库附件成功!","data":null}', 0, '', '2025-09-25 14:31:08', 980);
|