1258 lines
388 KiB
PL/PgSQL
1258 lines
388 KiB
PL/PgSQL
/*
|
||
Navicat Premium Dump SQL
|
||
|
||
Source Server : aly_mysql
|
||
Source Server Type : MySQL
|
||
Source Server Version : 80035 (8.0.35-0ubuntu0.22.04.1)
|
||
Source Host : 47.116.116.35:3306
|
||
Source Schema : eqcs
|
||
|
||
Target Server Type : MySQL
|
||
Target Server Version : 80035 (8.0.35-0ubuntu0.22.04.1)
|
||
File Encoding : 65001
|
||
|
||
Date: 27/12/2024 11:47:27
|
||
*/
|
||
|
||
SET NAMES utf8mb4;
|
||
SET FOREIGN_KEY_CHECKS = 0;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for equipment_consumables
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `equipment_consumables`;
|
||
CREATE TABLE `equipment_consumables` (
|
||
`consumable_id` bigint NOT NULL COMMENT '主键',
|
||
`equipment_id` bigint NOT NULL COMMENT '设备id',
|
||
`consumable_name` varchar(64) NOT NULL COMMENT '耗材名称',
|
||
`consumable_no` varchar(128) DEFAULT '' COMMENT '耗材编号',
|
||
`activation_time` datetime DEFAULT NULL COMMENT '开始使用时间',
|
||
`validity` int DEFAULT NULL COMMENT '使用期效',
|
||
`validity_uint` varchar(16) DEFAULT '' COMMENT '使用期效单位',
|
||
`due_time` datetime DEFAULT NULL COMMENT '到期时间',
|
||
`charge_user` bigint DEFAULT NULL COMMENT '负责人,到期后通知其更换',
|
||
`status` varchar(16) DEFAULT '' COMMENT '状态 0正在使用,1已报废 2未使用过',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`consumable_id`),
|
||
KEY `idx_equipment_consumables_eid` (`equipment_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='设备耗材表';
|
||
|
||
-- ----------------------------
|
||
-- Records of equipment_consumables
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742189280289177601, 1742188148443660289, '门密封圈(洁区)', 'RN-80CSW L=2360 S=60', '2023-12-16 00:00:00', 6, 'M', '2024-06-16 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-02 22:21:07', 'lionli', '2024-01-09 16:36:54', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742190117086380033, 1742188148443660289, '门密封圈(污区)', 'RN-80CSW L=2360 S=60', '2023-07-15 00:00:00', 6, 'M', '2024-01-15 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-02 22:24:27', 'lionli', '2024-01-09 16:37:11', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742403708137820161, 1742188148443660289, '单向阀', '25AX2MPA DDCV 25 SL', '2023-12-31 00:00:00', 2, 'Y', '2025-12-31 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:33:11', 'lionli', '2024-01-09 16:37:15', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742403973385605122, 1742188148443660289, '单向阀', '25AX2MPA DDCV 25 SC', '2023-12-31 00:00:00', 2, 'Y', '2025-12-31 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:34:14', 'lionli', '2024-01-09 16:37:32', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742404377892671490, 1742188148443660289, '电磁阀', 'APK11-20X3391 20A 200V', '2023-12-15 00:00:00', 2, 'Y', '2025-12-15 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:35:51', 'lionli', '2024-01-09 16:37:49', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742404873088978946, 1742188148443660289, '疏水阀', 'RN-80CSW', '2023-12-15 00:00:00', 2, 'Y', '2025-12-15 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:37:49', 'lionli', '2024-01-09 16:37:21', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742405286794153986, 1742188148443660289, '过滤器', 'Y型 20A*80#', '2023-12-31 00:00:00', 1, 'Y', '2024-12-31 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:39:27', 'lionli', '2024-01-09 16:37:24', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742406931426889730, 1742336406335864833, '真空泵油', 'STERRAD 100S', '2023-08-27 00:00:00', 6, 'M', '2024-02-27 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:45:59', 'lionli', '2024-01-09 16:39:05', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742407249539682306, 1742336406335864833, '真空泵油过滤器', 'STERRAD 100S', '2023-08-27 00:00:00', 6, 'M', '2024-02-27 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:47:15', 'lionli', '2024-01-09 16:39:08', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742407494667390978, 1742336406335864833, '排气过滤器', 'STERRAD 100S', '2023-08-27 00:00:00', 6, 'M', '2024-02-27 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:48:14', 'lionli', '2024-01-09 16:39:10', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742407648141168642, 1742336406335864833, '接触过滤器', 'STERRAD 100S', '2023-08-27 00:00:00', 6, 'M', '2024-02-27 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:48:50', 'lionli', '2024-01-09 16:39:13', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742407868149190657, 1742336406335864833, '空气高效过滤器', 'STERRAD 100S', '2023-08-27 00:00:00', 6, 'M', '2024-02-27 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:49:43', 'lionli', '2024-01-09 16:39:33', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742408195485257730, 1742336406335864833, '上搁架止动器', 'STERRAD 100S-4', '2023-08-27 00:00:00', 6, 'M', '2024-02-27 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:51:01', 'lionli', '2024-01-09 16:39:15', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742408485076783105, 1742336406335864833, '电极网间隔', 'STERRAD 100S-18', '2023-08-27 00:00:00', 6, 'M', '2024-02-27 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:52:10', 'lionli', '2024-01-09 16:39:17', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742408925516451841, 1742336406335864833, '门密封圈', 'STERRAD 100S', '2023-08-27 00:00:00', 6, 'M', '2024-02-27 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-03 12:53:55', 'lionli', '2024-01-09 16:39:19', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1743163327449772033, 1742337833179365378, 'DOOR GASKET 66X 高温门封', 'HS6620', '2024-07-11 00:00:00', 6, 'M', '2025-01-11 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-05 14:51:38', '65614', '2024-11-05 20:59:21', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1743163574804656129, 1742337833179365378, 'AIR FILTER 无菌过滤器', 'HS6620', '2023-01-01 00:00:00', 1, 'Y', '2024-01-01 00:00:00', 1742192449933099009, '0', 'admin', '2024-01-05 14:52:37', 'admin', '2024-01-09 16:59:03', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1744243926570741761, 1742337833179365378, 'PLUNGER 电气阀阀芯', 'HS6620', '2023-01-01 00:00:00', 2, 'Y', '2025-01-01 00:00:00', 1742192449933099009, '0', '65614', '2024-01-08 14:25:33', 'lionli', '2024-01-09 16:40:10', NULL);
|
||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `due_time`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1744244124592222210, 1742337833179365378, 'ARMATURE TUBE 电磁阀组件', 'HS6620', '2023-01-01 00:00:00', 2, 'Y', '2025-01-01 00:00:00', 1742192449933099009, '0', '65614', '2024-01-08 14:26:20', 'lionli', '2024-01-09 16:40:12', NULL);
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for equipments
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `equipments`;
|
||
CREATE TABLE `equipments` (
|
||
`equipment_id` bigint NOT NULL COMMENT '主键',
|
||
`equipment_name` varchar(64) NOT NULL COMMENT '设备名称',
|
||
`equipment_no` varchar(128) DEFAULT '' COMMENT '设备序列号',
|
||
`equipment_supplier` varchar(64) DEFAULT '' COMMENT '设备供应商',
|
||
`department` bigint DEFAULT NULL COMMENT '所属科室',
|
||
`location` varchar(128) DEFAULT '' COMMENT '所在位置',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`equipment_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='设备表';
|
||
|
||
-- ----------------------------
|
||
-- Records of equipments
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742188148443660289, '减压沸腾式清洗机', '16811000131-2020-11', '三浦工业(中国)有限公司', 1742176881976864770, '', 'admin', '2024-01-02 22:16:38', '65614', '2024-01-03 07:50:23', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742332983687331841, '环氧乙烷灭菌器', '16811000583-2020-11', '美国 3M Health Care', 1742176881976864770, '', '65614', '2024-01-03 07:52:09', 'admin', '2024-01-03 08:01:13', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742336406335864833, '低温等离子灭菌器', '16822000588-2020-11', '强生(中国)医疗器材有限公司', 1742176881976864770, '', 'admin', '2024-01-03 08:05:45', 'admin', '2024-01-03 08:05:45', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742336573655040001, '全自动清洗消毒器', '16811000613-2020-11', 'Getinge Disinfection AB', 1742176881976864770, '', 'admin', '2024-01-03 08:06:25', 'admin', '2024-01-03 08:06:25', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742336735433539586, '全自动清洗消毒器', '16811000614-2020-11', 'Getinge Disinfection AB', 1742176881976864770, '', 'admin', '2024-01-03 08:07:03', 'admin', '2024-01-03 08:07:03', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742336984604557313, '全自动清洗消毒器', '16811000615-2020-11', 'Getinge Disinfection AB', 1742176881976864770, '', 'admin', '2024-01-03 08:08:03', 'admin', '2024-01-03 08:08:03', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742337454035255298, '全自动清洗消毒器', '16811056614-2023-11', 'Getinge Disinfection AB', 1742176881976864770, '', 'admin', '2024-01-03 08:09:55', 'admin', '2024-01-03 08:09:55', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742337688186470401, '全自动清洗消毒器', '16811056745-2023-11', 'Getinge Disinfection AB', 1742176881976864770, '', 'admin', '2024-01-03 08:10:51', 'admin', '2024-01-03 08:10:51', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742337833179365378, '高温高压蒸汽灭菌器', '16811001041-2020-11', 'Getinge Sterilization AB', 1742176881976864770, '', 'admin', '2024-01-03 08:11:25', 'admin', '2024-01-03 08:11:25', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742422811711950849, '高温高压蒸汽灭菌器', '16811001042-2020-11', 'Getinge Sterilization AB', 1742176881976864770, '', '65614', '2024-01-03 13:49:06', '65614', '2024-01-03 13:49:06', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742423952302592002, '高温高压蒸汽灭菌器', '16811001043-2020-11', 'Getinge Sterilization AB', 1742176881976864770, '', '65614', '2024-01-03 13:53:38', '65614', '2024-01-03 13:53:38', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742424143982284801, '高温高压蒸汽灭菌器', '16811001044-2020-11', 'Getinge Sterilization AB', 1742176881976864770, '', '65614', '2024-01-03 13:54:23', '65614', '2024-01-03 13:54:23', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742424390791909378, '压力蒸汽灭菌器', '16811056613-2023-11', '洁定灭菌有限公司', 1742176881976864770, '', '65614', '2024-01-03 13:55:22', '65614', '2024-01-03 13:55:22', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742424651983802369, '低温过氧化氢灭菌器', '16811003451-2020-11', 'STERIS', 1742176881976864770, '', '65614', '2024-01-03 13:56:24', '65614', '2024-01-03 13:56:24', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742424790886567937, '低温过氧化氢灭菌器', '16811055939-2023-11', 'STERIS', 1742176881976864770, '', '65614', '2024-01-03 13:56:57', '65614', '2024-01-03 13:56:57', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742425243305168898, '内镜清洗工作站', '16811001739-2021-11', '山东新华医疗器械股份有限公司', 1742176881976864770, '', '65614', '2024-01-03 13:58:45', '65614', '2024-01-03 13:58:45', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742425705542635522, '内镜清洗消毒机', '16811001432-2020-11', '美国Medivators Inc.', 1742176881976864770, '', '65614', '2024-01-03 14:00:36', '65614', '2024-01-03 14:00:36', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742425828473491457, '内镜清洗消毒机', '16811001433-2020-11', '美国Medivators Inc.', 1742176881976864770, '', '65614', '2024-01-03 14:01:05', '65614', '2024-01-03 14:01:05', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742426167109013505, '酸化水生成系统', '16811001226-2020-11', '日本AMANO.AET株式会社', 1742176881976864770, '', '65614', '2024-01-03 14:02:26', '65614', '2024-01-03 14:02:26', NULL);
|
||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742426394591285250, '清洗消毒器', '16811001600-2020-11', 'Getinge Disinfection AB', 1742176881976864770, '', '65614', '2024-01-03 14:03:20', '65614', '2024-01-03 14:03:20', NULL);
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for gen_table
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `gen_table`;
|
||
CREATE TABLE `gen_table` (
|
||
`table_id` bigint NOT NULL COMMENT '编号',
|
||
`table_name` varchar(200) DEFAULT '' COMMENT '表名称',
|
||
`table_comment` varchar(500) DEFAULT '' COMMENT '表描述',
|
||
`sub_table_name` varchar(64) DEFAULT NULL COMMENT '关联子表的表名',
|
||
`sub_table_fk_name` varchar(64) DEFAULT NULL COMMENT '子表关联的外键名',
|
||
`class_name` varchar(100) DEFAULT '' COMMENT '实体类名称',
|
||
`tpl_category` varchar(200) DEFAULT 'crud' COMMENT '使用的模板(crud单表操作 tree树表操作)',
|
||
`package_name` varchar(100) DEFAULT NULL COMMENT '生成包路径',
|
||
`module_name` varchar(30) DEFAULT NULL COMMENT '生成模块名',
|
||
`business_name` varchar(30) DEFAULT NULL COMMENT '生成业务名',
|
||
`function_name` varchar(50) DEFAULT NULL COMMENT '生成功能名',
|
||
`function_author` varchar(50) DEFAULT NULL COMMENT '生成功能作者',
|
||
`gen_type` char(1) DEFAULT '0' COMMENT '生成代码方式(0zip压缩包 1自定义路径)',
|
||
`gen_path` varchar(200) DEFAULT '/' COMMENT '生成路径(不填默认项目路径)',
|
||
`options` varchar(1000) DEFAULT NULL COMMENT '其它生成选项',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`table_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='代码生成业务表';
|
||
|
||
-- ----------------------------
|
||
-- Records of gen_table
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `gen_table` (`table_id`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741094791604686849, 'equipment_consumables', '设备耗材表', NULL, NULL, 'EquipmentConsumables', 'crud', 'com.eqc.system', 'system', 'consumables', '设备耗材', 'yunpeng.zhang', '0', '/', NULL, 'admin', '2023-12-30 21:44:43', 'admin', '2023-12-30 21:44:43', NULL);
|
||
INSERT INTO `gen_table` (`table_id`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741094791780847618, 'equipments', '设备表', NULL, NULL, 'Equipments', 'crud', 'com.eqc.system', 'system', 'equipments', '设备', 'yunpeng.zhang', '0', '/', NULL, 'admin', '2023-12-30 21:44:43', 'admin', '2023-12-30 21:44:43', NULL);
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for gen_table_column
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `gen_table_column`;
|
||
CREATE TABLE `gen_table_column` (
|
||
`column_id` bigint NOT NULL COMMENT '编号',
|
||
`table_id` bigint DEFAULT NULL COMMENT '归属表编号',
|
||
`column_name` varchar(200) DEFAULT NULL COMMENT '列名称',
|
||
`column_comment` varchar(500) DEFAULT NULL COMMENT '列描述',
|
||
`column_type` varchar(100) DEFAULT NULL COMMENT '列类型',
|
||
`java_type` varchar(500) DEFAULT NULL COMMENT 'JAVA类型',
|
||
`java_field` varchar(200) DEFAULT NULL COMMENT 'JAVA字段名',
|
||
`is_pk` char(1) DEFAULT NULL COMMENT '是否主键(1是)',
|
||
`is_increment` char(1) DEFAULT NULL COMMENT '是否自增(1是)',
|
||
`is_required` char(1) DEFAULT NULL COMMENT '是否必填(1是)',
|
||
`is_insert` char(1) DEFAULT NULL COMMENT '是否为插入字段(1是)',
|
||
`is_edit` char(1) DEFAULT NULL COMMENT '是否编辑字段(1是)',
|
||
`is_list` char(1) DEFAULT NULL COMMENT '是否列表字段(1是)',
|
||
`is_query` char(1) DEFAULT NULL COMMENT '是否查询字段(1是)',
|
||
`query_type` varchar(200) DEFAULT 'EQ' COMMENT '查询方式(等于、不等于、大于、小于、范围)',
|
||
`html_type` varchar(200) DEFAULT NULL COMMENT '显示类型(文本框、文本域、下拉框、复选框、单选框、日期控件)',
|
||
`dict_type` varchar(200) DEFAULT '' COMMENT '字典类型',
|
||
`sort` int DEFAULT NULL COMMENT '排序',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
PRIMARY KEY (`column_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='代码生成业务表字段';
|
||
|
||
-- ----------------------------
|
||
-- Records of gen_table_column
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791688572930, 1741094791604686849, 'consumable_id', '主键', 'bigint', 'Long', 'consumableId', '1', '0', '1', NULL, '1', '1', NULL, 'EQ', 'input', '', 1, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791696961538, 1741094791604686849, 'equipment_id', '设备id', 'bigint', 'Long', 'equipmentId', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791713738753, 1741094791604686849, 'consumable_name', '耗材名称', 'varchar(64)', 'String', 'consumableName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 3, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791717933057, 1741094791604686849, 'consumable_no', '耗材编号', 'varchar(128)', 'String', 'consumableNo', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791722127362, 1741094791604686849, 'activation_time', '开始使用时间', 'datetime', 'Date', 'activationTime', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'datetime', '', 5, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791722127363, 1741094791604686849, 'validity', '使用期效', 'int', 'Long', 'validity', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791726321665, 1741094791604686849, 'validity_uint', '使用期效单位', 'varchar(16)', 'String', 'validityUint', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791726321666, 1741094791604686849, 'charge_user', '负责人,到期后通知其更换', 'bigint', 'Long', 'chargeUser', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791730515969, 1741094791604686849, 'status', '状态 0正在使用,1已报废 2未使用过', 'int', 'Long', 'status', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'radio', '', 9, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791734710274, 1741094791604686849, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 10, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791738904577, 1741094791604686849, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 11, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791738904578, 1741094791604686849, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 12, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791743098881, 1741094791604686849, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 13, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791743098882, 1741094791604686849, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '1', '1', '1', '1', NULL, 'EQ', 'textarea', '', 14, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791801819138, 1741094791780847618, 'equipment_id', '主键', 'bigint', 'Long', 'equipmentId', '1', '0', '1', NULL, '1', '1', NULL, 'EQ', 'input', '', 1, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791806013442, 1741094791780847618, 'equipment_name', '设备名称', 'varchar(64)', 'String', 'equipmentName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 2, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791810207745, 1741094791780847618, 'equipment_no', '设备序列号', 'varchar(128)', 'String', 'equipmentNo', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791810207746, 1741094791780847618, 'equipment_supplier', '设备供应商', 'varchar(64)', 'String', 'equipmentSupplier', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791814402050, 1741094791780847618, 'department', '所属科室', 'varchar(64)', 'String', 'department', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791814402051, 1741094791780847618, 'location', '所在位置', 'varchar(128)', 'String', 'location', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791814402052, 1741094791780847618, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 7, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791818596353, 1741094791780847618, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 8, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791818596354, 1741094791780847618, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 9, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791818596355, 1741094791780847618, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 10, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1741094791822790658, 1741094791780847618, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '1', '1', '1', '1', NULL, 'EQ', 'textarea', '', 11, 'admin', '2023-12-30 21:52:01', 'admin', '2023-12-30 21:52:01');
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_config
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_config`;
|
||
CREATE TABLE `sys_config` (
|
||
`config_id` bigint NOT NULL COMMENT '参数主键',
|
||
`config_name` varchar(100) DEFAULT '' COMMENT '参数名称',
|
||
`config_key` varchar(100) DEFAULT '' COMMENT '参数键名',
|
||
`config_value` varchar(500) DEFAULT '' COMMENT '参数键值',
|
||
`config_type` char(1) DEFAULT 'N' COMMENT '系统内置(Y是 N否)',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`config_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='参数配置表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_config
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '主框架页-默认皮肤样式名称', 'sys.index.skinName', 'skin-blue', 'Y', 'admin', '2023-12-30 21:44:43', '', NULL, '蓝色 skin-blue、绿色 skin-green、紫色 skin-purple、红色 skin-red、黄色 skin-yellow');
|
||
INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '用户管理-账号初始密码', 'sys.user.initPassword', '123456', 'Y', 'admin', '2023-12-30 21:44:43', '', NULL, '初始化密码 123456');
|
||
INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '主框架页-侧边栏主题', 'sys.index.sideTheme', 'theme-dark', 'Y', 'admin', '2023-12-30 21:44:43', '', NULL, '深色主题theme-dark,浅色主题theme-light');
|
||
INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, '账号自助-验证码开关', 'sys.account.captchaEnabled', 'false', 'Y', 'admin', '2023-12-30 21:44:43', 'admin', '2023-12-30 22:11:11', '是否开启验证码功能(true开启,false关闭)');
|
||
INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (5, '账号自助-是否开启用户注册功能', 'sys.account.registerUser', 'false', 'Y', 'admin', '2023-12-30 21:44:43', '', NULL, '是否开启注册用户功能(true开启,false关闭)');
|
||
INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (11, 'OSS预览列表资源开关', 'sys.oss.previewListResource', 'true', 'Y', 'admin', '2023-12-30 21:44:43', '', NULL, 'true:开启, false:关闭');
|
||
INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1747470251621396482, '已过期的耗材是否还每天继续提醒', 'sys.consumable.overDueNotices', 'true', 'Y', 'admin', '2024-01-17 12:05:49', 'admin', '2024-01-22 09:42:41', 'true:开启, false:关闭');
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_dept
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_dept`;
|
||
CREATE TABLE `sys_dept` (
|
||
`dept_id` bigint NOT NULL COMMENT '部门id',
|
||
`parent_id` bigint DEFAULT '0' COMMENT '父部门id',
|
||
`ancestors` varchar(500) DEFAULT '' COMMENT '祖级列表',
|
||
`dept_name` varchar(30) DEFAULT '' COMMENT '部门名称',
|
||
`order_num` int DEFAULT '0' COMMENT '显示顺序',
|
||
`leader` varchar(20) DEFAULT NULL COMMENT '负责人',
|
||
`phone` varchar(11) DEFAULT NULL COMMENT '联系电话',
|
||
`email` varchar(50) DEFAULT NULL COMMENT '邮箱',
|
||
`status` char(1) DEFAULT '0' COMMENT '部门状态(0正常 1停用)',
|
||
`del_flag` char(1) DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
PRIMARY KEY (`dept_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='部门表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_dept
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (100, 0, '0', '浙江大学医学院附属第一医院', 0, '杨喆', '17376580838', '303971299@qq.com', '0', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2024-01-03 13:13:47');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (101, 100, '0,100', '之江院区', 0, '杨喆', '17376580838', '303971299@qq.com', '0', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2024-01-03 13:19:46');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (102, 100, '0,100', '长沙分公司', 2, '若依', '15888888888', 'ry@qq.com', '0', '2', 'admin', '2023-12-30 21:44:38', '', NULL);
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (103, 101, '0,100,101', '医学工程与物资部(之江)', 1, '杨喆', '17376580838', '303971299@qq.com', '0', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2024-01-03 13:19:46');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (104, 101, '0,100,101', '放射科(之江)', 2, '65164', '', '', '0', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2024-03-07 15:40:42');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (105, 101, '0,100,101', '心血管内科', 3, 'yz', '15888888888', 'yz@qq.com', '1', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2024-01-03 13:19:46');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (106, 101, '0,100,101', '急诊', 4, 'yz', '15888888888', 'yz@qq.com', '1', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2024-01-03 13:19:46');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (107, 101, '0,100,101', '运维部门', 5, '若依', '15888888888', 'ry@qq.com', '0', '2', 'admin', '2023-12-30 21:44:38', 'admin', '2023-12-30 22:34:39');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (108, 102, '0,100,102', '市场部门', 1, '若依', '15888888888', 'ry@qq.com', '0', '2', 'admin', '2023-12-30 21:44:38', '', NULL);
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (109, 102, '0,100,102', '财务部门', 2, '若依', '15888888888', 'ry@qq.com', '0', '2', 'admin', '2023-12-30 21:44:38', '', NULL);
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1742176881976864770, 101, '0,100,101', '供应室(之江)', 0, '65614', '17376580838', '303971299@qq.com', '0', '0', 'admin', '2024-01-02 21:31:51', 'admin', '2024-03-07 15:39:55');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1742413501019770881, 100, '0,100', '庆春院区', 0, NULL, NULL, NULL, '0', '0', 'admin', '2024-01-03 13:12:06', 'admin', '2024-01-03 13:12:06');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1742415991014477825, 101, '0,100,101', '超声医学科(之江)', 0, '65614', NULL, NULL, '0', '0', 'admin', '2024-01-03 13:21:59', 'admin', '2024-01-03 13:21:59');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1765643338032357377, 101, '0,100,101', '手术室(之江)', 0, '65164', NULL, NULL, '0', '0', 'admin', '2024-03-07 15:39:11', 'admin', '2024-03-07 15:40:10');
|
||
INSERT INTO `sys_dept` (`dept_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1765643471578996738, 101, '0,100,101', '麻醉科(之江)', 0, '65164', NULL, NULL, '0', '0', 'admin', '2024-03-07 15:39:42', '65164', '2024-03-07 15:43:29');
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_dict_data
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_dict_data`;
|
||
CREATE TABLE `sys_dict_data` (
|
||
`dict_code` bigint NOT NULL COMMENT '字典编码',
|
||
`dict_sort` int DEFAULT '0' COMMENT '字典排序',
|
||
`dict_label` varchar(100) DEFAULT '' COMMENT '字典标签',
|
||
`dict_value` varchar(100) DEFAULT '' COMMENT '字典键值',
|
||
`dict_type` varchar(100) DEFAULT '' COMMENT '字典类型',
|
||
`css_class` varchar(100) DEFAULT NULL COMMENT '样式属性(其他样式扩展)',
|
||
`list_class` varchar(100) DEFAULT NULL COMMENT '表格回显样式',
|
||
`is_default` char(1) DEFAULT 'N' COMMENT '是否默认(Y是 N否)',
|
||
`status` char(1) DEFAULT '0' COMMENT '状态(0正常 1停用)',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`dict_code`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='字典数据表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_dict_data
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, 1, '男', '0', 'sys_user_sex', '', '', 'Y', '0', 'admin', '2023-12-30 21:44:42', '', NULL, '性别男');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, 2, '女', '1', 'sys_user_sex', '', '', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '性别女');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, 3, '未知', '2', 'sys_user_sex', '', '', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '性别未知');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, 1, '显示', '0', 'sys_show_hide', '', 'primary', 'Y', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '显示菜单');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (5, 2, '隐藏', '1', 'sys_show_hide', '', 'danger', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '隐藏菜单');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (6, 1, '正常', '0', 'sys_normal_disable', '', 'primary', 'Y', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '正常状态');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (7, 2, '停用', '1', 'sys_normal_disable', '', 'danger', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '停用状态');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (12, 1, '是', 'Y', 'sys_yes_no', '', 'primary', 'Y', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '系统默认是');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (13, 2, '否', 'N', 'sys_yes_no', '', 'danger', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '系统默认否');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (14, 1, '通知', '1', 'sys_notice_type', '', 'warning', 'Y', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '通知');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (15, 2, '公告', '2', 'sys_notice_type', '', 'success', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '公告');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (16, 1, '正常', '0', 'sys_notice_status', '', 'primary', 'Y', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '正常状态');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (17, 2, '关闭', '1', 'sys_notice_status', '', 'danger', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '关闭状态');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (18, 1, '新增', '1', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '新增操作');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (19, 2, '修改', '2', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '修改操作');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (20, 3, '删除', '3', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '删除操作');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (21, 4, '授权', '4', 'sys_oper_type', '', 'primary', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '授权操作');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (22, 5, '导出', '5', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '导出操作');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (23, 6, '导入', '6', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '导入操作');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (24, 7, '强退', '7', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '强退操作');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (25, 8, '生成代码', '8', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '生成操作');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (26, 9, '清空数据', '9', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '清空操作');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (27, 1, '成功', '0', 'sys_common_status', '', 'primary', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '正常状态');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (28, 2, '失败', '1', 'sys_common_status', '', 'danger', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '停用状态');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (29, 99, '其他', '0', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2023-12-30 21:44:43', '', NULL, '其他操作');
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741789663001145346, 1, '年', 'Y', 'sys_time_unit', NULL, 'default', 'N', '0', 'admin', '2024-01-01 19:53:11', 'admin', '2024-01-01 19:53:11', NULL);
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741789752700530689, 2, '月', 'M', 'sys_time_unit', NULL, 'default', 'N', '0', 'admin', '2024-01-01 19:53:33', 'admin', '2024-01-01 19:53:33', NULL);
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741789824972582913, 3, '天', 'D', 'sys_time_unit', NULL, 'default', 'N', '0', 'admin', '2024-01-01 19:53:50', 'admin', '2024-01-01 19:53:50', NULL);
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742135349911506945, 1, '使用中', '0', 'consumable_status', NULL, 'success', 'N', '0', 'admin', '2024-01-02 18:46:49', 'admin', '2024-01-02 18:46:49', NULL);
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742135466794176514, 2, '已报废', '1', 'consumable_status', NULL, 'danger', 'N', '0', 'admin', '2024-01-02 18:47:17', 'admin', '2024-01-02 18:47:17', NULL);
|
||
INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742135570330570753, 3, '未使用', '2', 'consumable_status', NULL, 'primary', 'N', '0', 'admin', '2024-01-02 18:47:42', 'admin', '2024-01-02 18:47:42', NULL);
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_dict_type
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_dict_type`;
|
||
CREATE TABLE `sys_dict_type` (
|
||
`dict_id` bigint NOT NULL COMMENT '字典主键',
|
||
`dict_name` varchar(100) DEFAULT '' COMMENT '字典名称',
|
||
`dict_type` varchar(100) DEFAULT '' COMMENT '字典类型',
|
||
`status` char(1) DEFAULT '0' COMMENT '状态(0正常 1停用)',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`dict_id`),
|
||
UNIQUE KEY `dict_type` (`dict_type`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='字典类型表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_dict_type
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '用户性别', 'sys_user_sex', '0', 'admin', '2023-12-30 21:44:42', '', NULL, '用户性别列表');
|
||
INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '菜单状态', 'sys_show_hide', '0', 'admin', '2023-12-30 21:44:42', '', NULL, '菜单状态列表');
|
||
INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '系统开关', 'sys_normal_disable', '0', 'admin', '2023-12-30 21:44:42', '', NULL, '系统开关列表');
|
||
INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (6, '系统是否', 'sys_yes_no', '0', 'admin', '2023-12-30 21:44:42', '', NULL, '系统是否列表');
|
||
INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (7, '通知类型', 'sys_notice_type', '0', 'admin', '2023-12-30 21:44:42', '', NULL, '通知类型列表');
|
||
INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (8, '通知状态', 'sys_notice_status', '0', 'admin', '2023-12-30 21:44:42', '', NULL, '通知状态列表');
|
||
INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (9, '操作类型', 'sys_oper_type', '0', 'admin', '2023-12-30 21:44:42', '', NULL, '操作类型列表');
|
||
INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (10, '系统状态', 'sys_common_status', '0', 'admin', '2023-12-30 21:44:42', '', NULL, '登录状态列表');
|
||
INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741789532021420034, '时间单位', 'sys_time_unit', '0', 'admin', '2024-01-01 19:52:40', 'admin', '2024-01-01 19:52:40', 'Y年 M月 D天');
|
||
INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741791405407301634, '设备耗材状态', 'consumable_status', '0', 'admin', '2024-01-01 20:00:07', 'admin', '2024-01-01 20:00:07', '0正在使用,1已报废 2未使用过');
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_logininfor
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_logininfor`;
|
||
CREATE TABLE `sys_logininfor` (
|
||
`info_id` bigint NOT NULL COMMENT '访问ID',
|
||
`user_name` varchar(50) DEFAULT '' COMMENT '用户账号',
|
||
`ipaddr` varchar(128) DEFAULT '' COMMENT '登录IP地址',
|
||
`login_location` varchar(255) DEFAULT '' COMMENT '登录地点',
|
||
`browser` varchar(50) DEFAULT '' COMMENT '浏览器类型',
|
||
`os` varchar(50) DEFAULT '' COMMENT '操作系统',
|
||
`status` char(1) DEFAULT '0' COMMENT '登录状态(0成功 1失败)',
|
||
`msg` varchar(255) DEFAULT '' COMMENT '提示消息',
|
||
`login_time` datetime DEFAULT NULL COMMENT '访问时间',
|
||
PRIMARY KEY (`info_id`),
|
||
KEY `idx_sys_logininfor_s` (`status`),
|
||
KEY `idx_sys_logininfor_lt` (`login_time`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统访问记录';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_logininfor
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741093257789657089, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2023-12-30 21:45:55');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741097705408647170, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '退出成功', '2023-12-30 22:03:36');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741097750249951234, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2023-12-30 22:03:46');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741099657131544578, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '退出成功', '2023-12-30 22:11:21');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741099666375790593, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '1', '密码输入错误1次', '2023-12-30 22:11:23');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741099696071462914, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2023-12-30 22:11:30');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741101930406510594, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '退出成功', '2023-12-30 22:20:23');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741101937192894465, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '1', '密码输入错误1次', '2023-12-30 22:20:25');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741101959426899970, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2023-12-30 22:20:30');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741103672103890945, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '退出成功', '2023-12-30 22:27:18');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741103699215872001, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2023-12-30 22:27:25');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741104386964291586, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '退出成功', '2023-12-30 22:30:09');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741104413661036545, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2023-12-30 22:30:15');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741108087137300482, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '退出成功', '2023-12-30 22:44:51');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741108120859504641, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2023-12-30 22:44:59');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741743616925200386, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '1', '密码输入错误1次', '2024-01-01 16:50:13');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741743641180860418, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-01-01 16:50:19');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741780082820739073, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '1', '密码输入错误1次', '2024-01-01 19:15:07');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741780106199789570, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-01-01 19:15:13');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1741837199959150594, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-01-01 23:02:05');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742133645111480322, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '1', '密码输入错误1次', '2024-01-02 18:40:03');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742133667945271297, 'admin', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-01-02 18:40:08');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742170897741049858, 'admin', '3.144.41.94', '美国|加利福尼亚|亚马逊', 'Chrome', 'OSX', '0', '登录成功', '2024-01-02 21:08:05');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742171432837771266, 'admin', '36.28.1.177', '中国|浙江省|杭州市|电信', 'MicroMessenger', 'iPhone', '0', '登录成功', '2024-01-02 21:10:12');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742171476068462594, 'admin', '3.144.41.94', '美国|加利福尼亚|亚马逊', 'MicroMessenger', 'OSX', '0', '登录成功', '2024-01-02 21:10:23');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742172721898385409, 'admin', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-01-02 21:15:20');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742176098166304769, 'admin', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-02 21:28:45');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742177627317268482, 'admin', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '退出成功', '2024-01-02 21:34:49');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742177646036447234, 'lionli', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-01-02 21:34:54');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742178764086898689, 'lionli', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '退出成功', '2024-01-02 21:39:20');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742178772605530114, 'admin', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-01-02 21:39:22');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742190888133672962, 'admin', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-02 22:27:31');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742191117369163778, 'admin', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '1', '密码输入错误1次', '2024-01-02 22:28:25');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742191138168717313, 'admin', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '1', '密码输入错误2次', '2024-01-02 22:28:30');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742191310625914882, 'admin', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-02 22:29:11');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742191984084336642, '65154', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-02 22:31:52');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742192168956674049, '65154', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-02 22:32:36');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742192183838064642, 'admin', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-02 22:32:40');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742194907828797442, 'admin', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-02 22:43:29');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742194947355918338, '65614', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-02 22:43:39');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742195211399938050, '65614', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-02 22:44:41');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742195526752878594, '65614', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MicroMessenger', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-02 22:45:57');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742195668348387330, '65614', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MicroMessenger', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-02 22:46:30');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742195685175934977, 'admin', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MicroMessenger', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-02 22:46:34');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742202556792258562, '65614', '115.204.151.209', '中国|浙江省|杭州市|电信', 'MicroMessenger', 'iPhone', '0', '登录成功', '2024-01-02 23:13:53');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742329326048722946, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 07:37:37');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742334920746942465, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 07:59:51');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742334958185299969, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '1', '密码输入错误1次', '2024-01-03 08:00:00');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742335067748909058, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 08:00:26');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742353519662415874, 'admin', '220.196.193.136', '中国|上海|上海市|联通', 'MicroMessenger', 'Android', '0', '登录成功', '2024-01-03 09:13:45');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742358147955245058, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 09:32:09');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742358537421537281, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 09:33:41');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742358561337458689, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 09:33:47');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742359060048592898, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 09:35:46');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742359082613948418, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 09:35:51');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742359114658430978, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 09:35:59');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742359135164383233, '65614', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '1', '密码输入错误1次', '2024-01-03 09:36:04');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742359183352741889, '65614', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '1', '密码输入错误2次', '2024-01-03 09:36:15');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742359251195609090, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 09:36:32');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742359398377930754, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 09:37:07');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742359413259321345, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 09:37:10');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742359456938803201, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 09:37:21');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742359474533908482, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 09:37:25');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742376580415541249, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 10:45:23');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742378942521724930, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 10:54:46');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742378965103857666, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 10:54:52');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742383393470992385, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 11:12:28');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742383413196804098, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 11:12:32');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742383606000570369, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 11:13:18');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742384396291330049, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 11:16:27');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742384424057622529, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 11:16:33');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742385187718746114, 'admin', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 11:19:35');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742385214906224642, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 11:19:42');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742398202753110018, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 12:11:18');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742403373075845121, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 12:31:51');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742410287809613826, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 12:59:20');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742410322567811073, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 12:59:28');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742410560816861186, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 13:00:25');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742410573060034562, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 13:00:28');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742411771011977217, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 13:05:13');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742411790108643329, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 13:05:18');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742413144772366337, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 13:10:41');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742413156780658689, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 13:10:44');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742414240244879362, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 13:15:02');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742414255289847810, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 13:15:06');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742414412920180737, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 13:15:43');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742417042698457090, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-03 13:26:10');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742417059689582593, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 13:26:14');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742427544925294593, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 14:07:54');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742434129328263170, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 14:34:04');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742445067284623361, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 15:17:32');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742463443910373378, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 16:30:33');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742478268627529730, 'lionli', '101.231.137.66', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-03 17:29:28');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742722105895661570, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-04 09:38:23');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742732688573444097, '65614', '36.21.96.241', '中国|浙江省|杭州市|电信', 'MicroMessenger', 'iPhone', '0', '登录成功', '2024-01-04 10:20:26');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742733938752860161, '65614', '36.21.148.214', '中国|浙江省|杭州市|电信', 'MicroMessenger', 'iPhone', '0', '登录成功', '2024-01-04 10:25:24');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1742748673858711554, 'lionli', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-04 11:23:57');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1743094928136843266, 'lionli', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-05 10:19:51');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1743158549789388802, '65614', '36.21.193.215', '中国|浙江省|杭州市|电信', 'MicroMessenger', 'iPhone', '0', '登录成功', '2024-01-05 14:32:39');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1743161587161739266, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-05 14:44:43');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1743176099411636226, 'lionli', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-05 15:42:23');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1743197580585709569, 'lionli', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-05 17:07:45');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744171368844472322, 'lionli', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-08 09:37:14');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744243076334989313, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-08 14:22:11');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744283652648448002, 'lionli', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-08 17:03:25');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744565739070795778, 'lionli', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-09 11:44:19');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744639323176763394, 'lionli', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-09 16:36:43');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744640418502475778, 'lionli', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-09 16:41:04');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744640447594168321, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-09 16:41:11');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744657637399617537, 'admin', '220.196.192.97', '中国|上海|上海市|联通', 'MicroMessenger', 'Android', '0', '登录成功', '2024-01-09 17:49:30');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744669306716708865, 'admin', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-01-09 18:35:52');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744671511968505858, 'admin', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '退出成功', '2024-01-09 18:44:38');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744671540821123073, 'lionli', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-01-09 18:44:44');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744904370511699969, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-10 10:09:55');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744923106773852161, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-10 11:24:22');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1744967096365768706, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-10 14:19:10');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1745000151302299650, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-10 16:30:31');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1745319775269052418, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-11 13:40:36');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1745407953728462850, 'admin', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-01-11 19:30:59');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1745418514281291778, 'admin', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-01-11 20:12:57');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1745434163804135426, 'admin', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-01-11 21:15:08');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1745675260599250945, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-12 13:13:10');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1745807871309033473, 'admin', '112.64.53.246', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-01-12 22:00:07');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1746726618190360577, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-15 10:50:53');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1747099839637008385, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-16 11:33:56');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1747148264206282754, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-16 14:46:21');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1747157090217275393, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-16 15:21:26');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1747438804592275457, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-17 10:00:52');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1747468853030727682, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-17 12:00:16');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1747488483275223041, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-17 13:18:16');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1748582434031804417, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-20 13:45:14');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1748583279821594625, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-20 13:48:36');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1748583296057745409, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-20 13:48:40');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1748662232523481090, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-20 19:02:19');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1748662292678189058, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-20 19:02:34');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1749246080231677953, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-22 09:42:20');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1749272035650183170, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-22 11:25:28');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1749592993862787074, 'admin', '36.21.12.142', '中国|浙江省|杭州市|电信', 'MicroMessenger', 'iPhone', '1', '密码输入错误1次', '2024-01-23 08:40:50');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1749593001815187458, 'admin', '36.21.12.142', '中国|浙江省|杭州市|电信', 'MicroMessenger', 'iPhone', '0', '登录成功', '2024-01-23 08:40:52');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1749596371166699521, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-23 08:54:15');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1749596408907046914, '65614', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-23 08:54:24');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1749596425113837570, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-23 08:54:28');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1749596675899662338, 'admin', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-01-23 08:55:28');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1749596714843774977, '22128', '122.224.130.218', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-23 08:55:37');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1749690411082063874, '22128', '223.104.165.196', '中国|浙江省|杭州市|移动', 'MicroMessenger', 'Android', '0', '登录成功', '2024-01-23 15:07:56');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1750337897840779265, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-25 10:00:49');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1750785726061223937, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-26 15:40:20');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1751809278185054210, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-29 11:27:34');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1752571458761269249, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-01-31 13:56:12');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1752871875151929346, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-01 09:49:56');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1752926604586393601, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-01 13:27:25');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1752940673955536897, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-01 14:23:19');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1752981873093779457, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-01 17:07:02');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1753973237323407362, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-04 10:46:22');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1754686468098629633, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-06 10:00:29');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1754696581949693953, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-06 10:40:40');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1755119030302416898, 'admin', '116.239.31.20', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-07 14:39:20');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1755776326980345857, 'admin', '171.8.216.219', '中国|河南省|漯河市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-09 10:11:12');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1757014142330609666, 'admin', '171.8.216.222', '中国|河南省|漯河市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-12 20:09:50');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1759400746521206785, 'admin', '101.231.137.67', '中国|上海|上海市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-19 10:13:21');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1762045456867926017, 'admin', '101.231.137.67', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-02-26 17:22:29');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1763393756070158338, 'admin', '101.231.137.67', '中国|上海|上海市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-03-01 10:40:08');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1763470470196502530, 'admin', '101.231.137.67', '中国|上海|上海市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-03-01 15:44:58');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1764530928059949058, 'admin', '101.231.137.67', '中国|上海|上海市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-03-04 13:58:51');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1765642463951986689, 'admin', '39.171.250.200', '中国|浙江省|绍兴市|移动', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-03-07 15:35:42');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1765644013147529218, 'admin', '39.171.250.200', '中国|浙江省|绍兴市|移动', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-03-07 15:41:51');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1765644063193964546, '65164', '39.171.250.200', '中国|浙江省|绍兴市|移动', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-03-07 15:42:03');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1765644465679376385, '65164', '39.171.250.200', '中国|浙江省|绍兴市|移动', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-03-07 15:43:39');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1765644482720833538, 'admin', '39.171.250.200', '中国|浙江省|绍兴市|移动', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-03-07 15:43:43');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1765662917374779393, '65164', '39.171.250.200', '中国|浙江省|绍兴市|移动', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-03-07 16:56:59');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1765663414450135042, '65164', '39.171.250.200', '中国|浙江省|绍兴市|移动', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-03-07 16:58:57');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1765663435576844289, 'admin', '39.171.250.200', '中国|浙江省|绍兴市|移动', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-03-07 16:59:02');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1776589807992184833, 'admin', '35.74.246.80', '美国|密歇根', 'Chrome', 'OSX', '1', '密码输入错误1次', '2024-04-06 20:36:32');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1776589830293299201, 'admin', '35.74.246.80', '美国|密歇根', 'Chrome', 'OSX', '1', '密码输入错误2次', '2024-04-06 20:36:38');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1776589870567006210, 'admin', '35.74.246.80', '美国|密歇根', 'Chrome', 'OSX', '0', '登录成功', '2024-04-06 20:36:47');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1776977439888777217, 'admin', '140.206.198.194', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-04-07 22:16:51');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1780416882029109250, 'admin', '101.231.137.69', '中国|上海|上海市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-04-17 10:03:58');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1784462235053334530, 'admin', '101.231.137.67', '中国|上海|上海市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '1', '密码输入错误1次', '2024-04-28 13:58:45');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1784462252367421442, 'admin', '101.231.137.67', '中国|上海|上海市|电信', 'Chrome', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-04-28 13:58:49');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1850533772759789570, 'admin', '112.64.52.24', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-10-27 21:43:27');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1852182449198854146, 'admin', '222.65.211.7', '中国|上海|上海市|电信', 'Chrome', 'OSX', '1', '密码输入错误1次', '2024-11-01 10:54:42');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1852182569244028929, 'admin', '222.65.211.7', '中国|上海|上海市|电信', 'Chrome', 'OSX', '0', '登录成功', '2024-11-01 10:55:11');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1853783447193382913, 'admin', '183.157.112.252', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-11-05 20:56:30');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1853783721748328450, 'admin', '183.157.112.252', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '退出成功', '2024-11-05 20:57:36');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1853783769076854785, '65614', '183.157.112.252', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-11-05 20:57:47');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1853819680506376193, 'admin', '183.157.112.252', '中国|浙江省|杭州市|电信', 'MSEdge', 'Windows 10 or Windows Server 2016', '0', '登录成功', '2024-11-05 23:20:29');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1858786328719949825, 'admin', '222.65.211.7', '中国|上海|上海市|电信', 'Chrome', 'OSX', '0', '登录成功', '2024-11-19 16:16:10');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1859884490155130881, 'admin', '222.65.211.7', '中国|上海|上海市|电信', 'Chrome', 'OSX', '0', '登录成功', '2024-11-22 16:59:52');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1861689745324519426, 'admin', '222.65.211.7', '中国|上海|上海市|电信', 'Chrome', 'OSX', '1', '密码输入错误1次', '2024-11-27 16:33:18');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1861689765931134978, 'admin', '222.65.211.7', '中国|上海|上海市|电信', 'Chrome', 'OSX', '1', '密码输入错误2次', '2024-11-27 16:33:23');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1861689915277717505, 'admin', '222.65.211.7', '中国|上海|上海市|电信', 'Chrome', 'OSX', '0', '登录成功', '2024-11-27 16:33:59');
|
||
INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1862564933436059649, 'admin', '140.206.198.212', '中国|上海|上海市|联通', 'Chrome', 'OSX', '0', '登录成功', '2024-11-30 02:31:00');
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_menu
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_menu`;
|
||
CREATE TABLE `sys_menu` (
|
||
`menu_id` bigint NOT NULL COMMENT '菜单ID',
|
||
`menu_name` varchar(50) NOT NULL COMMENT '菜单名称',
|
||
`parent_id` bigint DEFAULT '0' COMMENT '父菜单ID',
|
||
`order_num` int DEFAULT '0' COMMENT '显示顺序',
|
||
`path` varchar(200) DEFAULT '' COMMENT '路由地址',
|
||
`component` varchar(255) DEFAULT NULL COMMENT '组件路径',
|
||
`query_param` varchar(255) DEFAULT NULL COMMENT '路由参数',
|
||
`is_frame` int DEFAULT '1' COMMENT '是否为外链(0是 1否)',
|
||
`is_cache` int DEFAULT '0' COMMENT '是否缓存(0缓存 1不缓存)',
|
||
`menu_type` char(1) DEFAULT '' COMMENT '菜单类型(M目录 C菜单 F按钮)',
|
||
`visible` char(1) DEFAULT '0' COMMENT '显示状态(0显示 1隐藏)',
|
||
`status` char(1) DEFAULT '0' COMMENT '菜单状态(0正常 1停用)',
|
||
`perms` varchar(100) DEFAULT NULL COMMENT '权限标识',
|
||
`icon` varchar(100) DEFAULT '#' COMMENT '菜单图标',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT '' COMMENT '备注',
|
||
PRIMARY KEY (`menu_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='菜单权限表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_menu
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '系统管理', 0, 1, 'system', NULL, '', 1, 0, 'M', '0', '0', '', 'system', 'admin', '2023-12-30 21:44:39', '', NULL, '系统管理目录');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '系统监控', 0, 2, 'monitor', NULL, '', 1, 0, 'M', '0', '0', '', 'monitor', 'admin', '2023-12-30 21:44:39', '', NULL, '系统监控目录');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '系统工具', 0, 3, 'tool', NULL, '', 1, 0, 'M', '1', '0', '', 'tool', 'admin', '2023-12-30 21:44:39', 'admin', '2024-01-02 21:12:49', '系统工具目录');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (100, '用户管理', 1, 1, 'user', 'system/user/index', '', 1, 0, 'C', '0', '0', 'system:user:list', 'user', 'admin', '2023-12-30 21:44:39', '', NULL, '用户管理菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (101, '角色管理', 1, 2, 'role', 'system/role/index', '', 1, 0, 'C', '0', '0', 'system:role:list', 'peoples', 'admin', '2023-12-30 21:44:39', '', NULL, '角色管理菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (102, '菜单管理', 1, 3, 'menu', 'system/menu/index', '', 1, 0, 'C', '0', '0', 'system:menu:list', 'tree-table', 'admin', '2023-12-30 21:44:39', '', NULL, '菜单管理菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (103, '部门管理', 1, 4, 'dept', 'system/dept/index', '', 1, 0, 'C', '0', '0', 'system:dept:list', 'tree', 'admin', '2023-12-30 21:44:39', '', NULL, '部门管理菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (104, '岗位管理', 1, 5, 'post', 'system/post/index', '', 1, 0, 'C', '0', '0', 'system:post:list', 'post', 'admin', '2023-12-30 21:44:39', '', NULL, '岗位管理菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (105, '字典管理', 1, 6, 'dict', 'system/dict/index', '', 1, 0, 'C', '0', '0', 'system:dict:list', 'dict', 'admin', '2023-12-30 21:44:39', '', NULL, '字典管理菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (106, '参数设置', 1, 7, 'config', 'system/config/index', '', 1, 0, 'C', '0', '0', 'system:config:list', 'edit', 'admin', '2023-12-30 21:44:39', '', NULL, '参数设置菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (107, '通知公告', 1, 8, 'notice', 'system/notice/index', '', 1, 0, 'C', '0', '0', 'system:notice:list', 'message', 'admin', '2023-12-30 21:44:39', '', NULL, '通知公告菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (108, '日志管理', 1, 9, 'log', '', '', 1, 0, 'M', '0', '0', '', 'log', 'admin', '2023-12-30 21:44:39', '', NULL, '日志管理菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (109, '在线用户', 2, 1, 'online', 'monitor/online/index', '', 1, 0, 'C', '0', '0', 'monitor:online:list', 'online', 'admin', '2023-12-30 21:44:39', '', NULL, '在线用户菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (112, '缓存列表', 2, 6, 'cacheList', 'monitor/cache/list', '', 1, 0, 'C', '0', '0', 'monitor:cache:list', 'redis-list', 'admin', '2023-12-30 21:44:39', '', NULL, '缓存列表菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (113, '缓存监控', 2, 5, 'cache', 'monitor/cache/index', '', 1, 0, 'C', '0', '0', 'monitor:cache:list', 'redis', 'admin', '2023-12-30 21:44:39', '', NULL, '缓存监控菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (114, '表单构建', 3, 1, 'build', 'tool/build/index', '', 1, 0, 'C', '0', '0', 'tool:build:list', 'build', 'admin', '2023-12-30 21:44:39', '', NULL, '表单构建菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (115, '代码生成', 3, 2, 'gen', 'tool/gen/index', '', 1, 0, 'C', '0', '0', 'tool:gen:list', 'code', 'admin', '2023-12-30 21:44:39', '', NULL, '代码生成菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (117, 'Admin监控', 2, 5, 'Admin', 'monitor/admin/index', '', 1, 0, 'C', '1', '0', 'monitor:admin:list', 'dashboard', 'admin', '2023-12-30 21:44:39', 'admin', '2024-01-01 19:57:45', 'Admin监控菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (118, '文件管理', 1, 10, 'oss', 'system/oss/index', '', 1, 0, 'C', '0', '0', 'system:oss:list', 'upload', 'admin', '2023-12-30 21:44:39', '', NULL, '文件管理菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (120, '任务调度中心', 2, 5, 'XxlJob', 'monitor/xxljob/index', '', 1, 0, 'C', '0', '0', 'monitor:xxljob:list', 'job', 'admin', '2023-12-30 21:44:39', 'admin', '2024-01-09 16:41:37', 'Xxl-Job控制台菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (500, '操作日志', 108, 1, 'operlog', 'monitor/operlog/index', '', 1, 0, 'C', '0', '0', 'monitor:operlog:list', 'form', 'admin', '2023-12-30 21:44:39', '', NULL, '操作日志菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (501, '登录日志', 108, 2, 'logininfor', 'monitor/logininfor/index', '', 1, 0, 'C', '0', '0', 'monitor:logininfor:list', 'logininfor', 'admin', '2023-12-30 21:44:39', '', NULL, '登录日志菜单');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1001, '用户查询', 100, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:user:query', '#', 'admin', '2023-12-30 21:44:39', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1002, '用户新增', 100, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:user:add', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1003, '用户修改', 100, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:user:edit', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1004, '用户删除', 100, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:user:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1005, '用户导出', 100, 5, '', '', '', 1, 0, 'F', '0', '0', 'system:user:export', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1006, '用户导入', 100, 6, '', '', '', 1, 0, 'F', '0', '0', 'system:user:import', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1007, '重置密码', 100, 7, '', '', '', 1, 0, 'F', '0', '0', 'system:user:resetPwd', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1008, '角色查询', 101, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:role:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1009, '角色新增', 101, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:role:add', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1010, '角色修改', 101, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:role:edit', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1011, '角色删除', 101, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:role:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1012, '角色导出', 101, 5, '', '', '', 1, 0, 'F', '0', '0', 'system:role:export', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1013, '菜单查询', 102, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1014, '菜单新增', 102, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:add', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1015, '菜单修改', 102, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:edit', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1016, '菜单删除', 102, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1017, '部门查询', 103, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1018, '部门新增', 103, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:add', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1019, '部门修改', 103, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:edit', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1020, '部门删除', 103, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1021, '岗位查询', 104, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:post:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1022, '岗位新增', 104, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:post:add', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1023, '岗位修改', 104, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:post:edit', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1024, '岗位删除', 104, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:post:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1025, '岗位导出', 104, 5, '', '', '', 1, 0, 'F', '0', '0', 'system:post:export', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1026, '字典查询', 105, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1027, '字典新增', 105, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:add', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1028, '字典修改', 105, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:edit', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1029, '字典删除', 105, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1030, '字典导出', 105, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:export', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1031, '参数查询', 106, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1032, '参数新增', 106, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:add', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1033, '参数修改', 106, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:edit', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1034, '参数删除', 106, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1035, '参数导出', 106, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:export', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1036, '公告查询', 107, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1037, '公告新增', 107, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:add', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1038, '公告修改', 107, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:edit', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1039, '公告删除', 107, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1040, '操作查询', 500, 1, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1041, '操作删除', 500, 2, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1042, '日志导出', 500, 4, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:export', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1043, '登录查询', 501, 1, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1044, '登录删除', 501, 2, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1045, '日志导出', 501, 3, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:export', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1046, '在线查询', 109, 1, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:online:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1047, '批量强退', 109, 2, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:online:batchLogout', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1048, '单条强退', 109, 3, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:online:forceLogout', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1050, '账户解锁', 501, 4, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:unlock', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1055, '生成查询', 115, 1, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1056, '生成修改', 115, 2, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:edit', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1057, '生成删除', 115, 3, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1058, '导入代码', 115, 2, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:import', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1059, '预览代码', 115, 4, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:preview', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1060, '生成代码', 115, 5, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:code', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1600, '文件查询', 118, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:query', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1601, '文件上传', 118, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:upload', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1602, '文件下载', 118, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:download', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1603, '文件删除', 118, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:remove', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1604, '配置添加', 118, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:add', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1605, '配置编辑', 118, 6, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:edit', '#', 'admin', '2023-12-30 21:44:40', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741093982624108545, '设备管理', 0, 0, 'equipments', 'equipments/index', NULL, 1, 0, 'C', '0', '0', 'equipments:list', 'example', 'admin', '2023-12-30 21:48:48', 'admin', '2023-12-30 22:15:40', '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741094806775484418, '设备查询', 1741093982624108545, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'equipments:query', '#', 'admin', '2023-12-30 21:56:48', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741094806775484419, '设备新增', 1741093982624108545, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'equipments:add', '#', 'admin', '2023-12-30 21:56:48', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741094806775484420, '设备修改', 1741093982624108545, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'equipments:edit', '#', 'admin', '2023-12-30 21:56:48', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741094806775484421, '设备删除', 1741093982624108545, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'equipments:remove', '#', 'admin', '2023-12-30 21:56:48', '', NULL, '');
|
||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1741094806775484422, '设备导出', 1741093982624108545, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'equipments:export', '#', 'admin', '2023-12-30 21:56:48', '', NULL, '');
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_notice
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_notice`;
|
||
CREATE TABLE `sys_notice` (
|
||
`notice_id` bigint NOT NULL COMMENT '公告ID',
|
||
`notice_title` varchar(50) NOT NULL COMMENT '公告标题',
|
||
`notice_type` char(1) NOT NULL COMMENT '公告类型(1通知 2公告)',
|
||
`notice_content` longblob COMMENT '公告内容',
|
||
`status` char(1) DEFAULT '0' COMMENT '公告状态(0正常 1关闭)',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`notice_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='通知公告表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_notice
|
||
-- ----------------------------
|
||
BEGIN;
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_oper_log
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_oper_log`;
|
||
CREATE TABLE `sys_oper_log` (
|
||
`oper_id` bigint NOT NULL COMMENT '日志主键',
|
||
`title` varchar(50) DEFAULT '' COMMENT '模块标题',
|
||
`business_type` int DEFAULT '0' COMMENT '业务类型(0其它 1新增 2修改 3删除)',
|
||
`method` varchar(100) DEFAULT '' COMMENT '方法名称',
|
||
`request_method` varchar(10) DEFAULT '' COMMENT '请求方式',
|
||
`operator_type` int DEFAULT '0' COMMENT '操作类别(0其它 1后台用户 2手机端用户)',
|
||
`oper_name` varchar(50) DEFAULT '' COMMENT '操作人员',
|
||
`dept_name` varchar(50) DEFAULT '' COMMENT '部门名称',
|
||
`oper_url` varchar(255) DEFAULT '' COMMENT '请求URL',
|
||
`oper_ip` varchar(128) DEFAULT '' COMMENT '主机地址',
|
||
`oper_location` varchar(255) DEFAULT '' COMMENT '操作地点',
|
||
`oper_param` varchar(2000) DEFAULT '' COMMENT '请求参数',
|
||
`json_result` varchar(2000) DEFAULT '' COMMENT '返回参数',
|
||
`status` int DEFAULT '0' COMMENT '操作状态(0正常 1异常)',
|
||
`error_msg` varchar(2000) DEFAULT '' COMMENT '错误消息',
|
||
`oper_time` datetime DEFAULT NULL COMMENT '操作时间',
|
||
PRIMARY KEY (`oper_id`),
|
||
KEY `idx_sys_oper_log_bt` (`business_type`),
|
||
KEY `idx_sys_oper_log_s` (`status`),
|
||
KEY `idx_sys_oper_log_ot` (`oper_time`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='操作日志记录';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_oper_log
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741093982728966146, '菜单管理', 1, 'com.eqc.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:48:48\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 21:48:48\",\"parentName\":null,\"parentId\":0,\"children\":[],\"menuId\":\"1741093982624108545\",\"menuName\":\"社保管理\",\"orderNum\":0,\"path\":\"/equipments\",\"component\":\"/equipments/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"equipments:*\",\"icon\":\"example\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 21:48:48');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741094084407283714, '菜单管理', 2, 'com.eqc.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:48:48\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 21:49:12\",\"parentName\":null,\"parentId\":0,\"children\":[],\"menuId\":\"1741093982624108545\",\"menuName\":\"社保管理\",\"orderNum\":0,\"path\":\"equipments\",\"component\":\"equipments/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"equipments:*\",\"icon\":\"example\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 21:49:12');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741094102635728897, '菜单管理', 2, 'com.eqc.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:48:48\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 21:49:16\",\"parentName\":null,\"parentId\":0,\"children\":[],\"menuId\":\"1741093982624108545\",\"menuName\":\"社保管理\",\"orderNum\":0,\"path\":\"equipments\",\"component\":\"equipments/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"equipments:*\",\"icon\":\"example\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 21:49:17');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741094158390611969, '菜单管理', 2, 'com.eqc.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:48:48\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 21:49:29\",\"parentName\":null,\"parentId\":0,\"children\":[],\"menuId\":\"1741093982624108545\",\"menuName\":\"设备管理\",\"orderNum\":0,\"path\":\"equipments\",\"component\":\"equipments/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"equipments:*\",\"icon\":\"example\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 21:49:30');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741094302003580930, '菜单管理', 2, 'com.eqc.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:48:48\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 21:50:04\",\"parentName\":null,\"parentId\":0,\"children\":[],\"menuId\":\"1741093982624108545\",\"menuName\":\"设备管理\",\"orderNum\":0,\"path\":\"equipments\",\"component\":\"equipments/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"\",\"icon\":\"example\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 21:50:04');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741094791864733697, '代码生成', 6, 'com.eqc.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '', '/tool/gen/importTable', '127.0.0.1', '内网IP', '\"equipment_consumables,equipments\"', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 21:52:01');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741096220008468482, '角色管理', 2, 'com.eqc.web.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '', '/system/role', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 21:57:41\",\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":\"0\",\"remark\":\"普通角色\",\"flag\":false,\"menuIds\":[1,2,100,1001,1002,1003,1004,1005,1006,1007,101,1008,1009,1010,1011,1012,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,1050,109,1046,1047,1048,113,112,3,114,115,1055,1056,1058,1057,1059,1060],\"deptIds\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 21:57:42');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741096384366465025, '角色管理', 2, 'com.eqc.web.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '', '/system/role', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 21:58:20\",\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":\"0\",\"remark\":\"普通角色\",\"flag\":false,\"menuIds\":[1,2,\"1741093982624108545\",\"1741094806775484418\",\"1741094806775484419\",\"1741094806775484420\",\"1741094806775484421\",\"1741094806775484422\",100,1001,1002,1003,1004,1005,1006,1007,101,1008,1009,1010,1011,1012,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,1050,109,1046,1047,1048,113,112,3,114,115,1055,1056,1058,1057,1059,1060],\"deptIds\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 21:58:21');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741096521633452034, '菜单管理', 3, 'com.eqc.web.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '', '/system/menu/4', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 21:58:53');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741097474554155009, '菜单管理', 2, 'com.eqc.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:48:48\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:02:40\",\"parentName\":null,\"parentId\":0,\"children\":[],\"menuId\":\"1741093982624108545\",\"menuName\":\"设备管理\",\"orderNum\":0,\"path\":\"equipments\",\"component\":\"equipments/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"equipments:list\",\"icon\":\"example\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:02:41');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741098245026828289, '角色管理', 2, 'com.eqc.web.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '', '/system/role', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:05:44\",\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":\"0\",\"remark\":\"普通角色\",\"flag\":false,\"menuIds\":[1,2,\"1741093982624108545\",\"1741094806775484418\",\"1741094806775484419\",\"1741094806775484420\",\"1741094806775484421\",\"1741094806775484422\",100,1001,1002,1003,1004,1005,1006,1007,101,1008,1009,1010,1011,1012,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,1050,109,1046,1047,1048,113,112,3,114,115,1055,1056,1058,1057,1059,1060],\"deptIds\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:05:44');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741099616392269826, '参数管理', 2, 'com.eqc.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '', '/system/config', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:43\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:11:11\",\"configId\":4,\"configName\":\"账号自助-验证码开关\",\"configKey\":\"sys.account.captchaEnabled\",\"configValue\":\"false\",\"configType\":\"Y\",\"remark\":\"是否开启验证码功能(true开启,false关闭)\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:11:11');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741100744706101249, '菜单管理', 2, 'com.eqc.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:48:48\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:15:40\",\"parentName\":null,\"parentId\":0,\"children\":[],\"menuId\":\"1741093982624108545\",\"menuName\":\"设备管理\",\"orderNum\":0,\"path\":\"equipments\",\"component\":\"equipments/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"equipments:list\",\"icon\":\"example\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:15:40');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741105347485073409, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:33:57\",\"parentName\":null,\"parentId\":0,\"children\":[],\"deptId\":100,\"deptName\":\"浙江大学医学院附属第一医院\",\"orderNum\":0,\"leader\":\"yz\",\"phone\":\"15888888888\",\"email\":\"yz@163.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:33:58');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741105522307858433, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:34:39\",\"parentName\":\"浙江大学医学院附属第一医院\",\"parentId\":100,\"children\":[],\"deptId\":101,\"deptName\":\"之江院区\",\"orderNum\":1,\"leader\":\"yz\",\"phone\":\"15888888888\",\"email\":\"yz@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:34:39');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741105669217550338, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:35:14\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医工科\",\"orderNum\":1,\"leader\":\"yz\",\"phone\":\"15888888888\",\"email\":\"yz@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:35:14');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741105786058276865, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:35:42\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":104,\"deptName\":\"放射科\",\"orderNum\":2,\"leader\":\"yz\",\"phone\":\"15888888888\",\"email\":\"yz@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:35:42');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741105981651255297, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:36:28\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":105,\"deptName\":\"心血管内科\",\"orderNum\":3,\"leader\":\"yz\",\"phone\":\"15888888888\",\"email\":\"yz@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:36:29');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106219808030722, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:37:25\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":106,\"deptName\":\"急诊\",\"orderNum\":4,\"leader\":\"yz\",\"phone\":\"15888888888\",\"email\":\"yz@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:37:26');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106236786573313, '部门管理', 3, 'com.eqc.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '', '/system/dept/107', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:37:30');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106246798376962, '部门管理', 3, 'com.eqc.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '', '/system/dept/102', '127.0.0.1', '内网IP', '{}', '{\"code\":601,\"msg\":\"存在下级部门,不允许删除\",\"data\":null}', 0, '', '2023-12-30 22:37:32');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106257149919234, '部门管理', 3, 'com.eqc.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '', '/system/dept/102', '127.0.0.1', '内网IP', '{}', '{\"code\":601,\"msg\":\"存在下级部门,不允许删除\",\"data\":null}', 0, '', '2023-12-30 22:37:35');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106280721907713, '部门管理', 3, 'com.eqc.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '', '/system/dept/102', '127.0.0.1', '内网IP', '{}', '{\"code\":601,\"msg\":\"存在下级部门,不允许删除\",\"data\":null}', 0, '', '2023-12-30 22:37:40');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106306999222274, '部门管理', 3, 'com.eqc.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '', '/system/dept/108', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:37:46');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106318206402561, '部门管理', 3, 'com.eqc.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '', '/system/dept/109', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:37:49');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106332848717826, '部门管理', 3, 'com.eqc.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '', '/system/dept/102', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:37:53');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106520992612354, '岗位管理', 3, 'com.eqc.web.controller.system.SysPostController.remove()', 'DELETE', 1, 'admin', '', '/system/post/1', '127.0.0.1', '内网IP', '{}', '', 1, '董事长已分配,不能删除!', '2023-12-30 22:38:37');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106708582858753, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:39:22\",\"userId\":2,\"deptId\":105,\"userName\":\"lionli\",\"nickName\":\"疯狂的狮子Li\",\"userType\":\"sys_user\",\"email\":\"crazyLionLi@qq.com\",\"phonenumber\":\"15666666666\",\"sex\":\"1\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"127.0.0.1\",\"loginDate\":\"2023-12-30 21:44:38\",\"remark\":\"测试员\",\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":105,\"deptName\":\"心血管内科\",\"orderNum\":3,\"leader\":\"yz\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[2],\"postIds\":[],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:39:22');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741106808491180034, '岗位管理', 3, 'com.eqc.web.controller.system.SysPostController.remove()', 'DELETE', 1, 'admin', '', '/system/post/1', '127.0.0.1', '内网IP', '{}', '', 1, '董事长已分配,不能删除!', '2023-12-30 22:39:46');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741107053287538690, '个人信息', 2, 'com.eqc.web.controller.system.SysProfileController.updateProfile()', 'PUT', 1, 'admin', '', '/system/user/profile', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:40:44\",\"userId\":1,\"deptId\":null,\"userName\":null,\"nickName\":\"yezzy\",\"userType\":\"sys_user\",\"email\":\"yezzy@163.com\",\"phonenumber\":\"15888888888\",\"sex\":\"0\",\"avatar\":null,\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"127.0.0.1\",\"loginDate\":\"2023-12-30 22:30:15\",\"remark\":\"管理员\",\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医工科\",\"orderNum\":1,\"leader\":\"yz\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":1,\"roleName\":\"超级管理员\",\"roleKey\":\"admin\",\"roleSort\":1,\"dataScope\":\"1\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":true}],\"roleIds\":null,\"postIds\":null,\"roleId\":null,\"admin\":true}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:40:44');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741107158816227329, '岗位管理', 3, 'com.eqc.web.controller.system.SysPostController.remove()', 'DELETE', 1, 'admin', '', '/system/post/2', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:41:10');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741107285794586625, '岗位管理', 2, 'com.eqc.web.controller.system.SysPostController.edit()', 'PUT', 1, 'admin', '', '/system/post', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:41:39\",\"postId\":3,\"postCode\":\"doctor\",\"postName\":\"医生\",\"postSort\":2,\"status\":\"0\",\"remark\":\"\",\"flag\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:41:40');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741107567362408449, '岗位管理', 2, 'com.eqc.web.controller.system.SysPostController.edit()', 'PUT', 1, 'admin', '', '/system/post', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:42:46\",\"postId\":1,\"postCode\":\"medical-device-engineer\",\"postName\":\"工程师\",\"postSort\":1,\"status\":\"0\",\"remark\":\"\",\"flag\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:42:47');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741107620885921794, '岗位管理', 2, 'com.eqc.web.controller.system.SysPostController.edit()', 'PUT', 1, 'admin', '', '/system/post', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:42:59\",\"postId\":1,\"postCode\":\"medicalDeviceEngineer\",\"postName\":\"工程师\",\"postSort\":1,\"status\":\"0\",\"remark\":\"\",\"flag\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:43:00');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741107748669587458, '岗位管理', 2, 'com.eqc.web.controller.system.SysPostController.edit()', 'PUT', 1, 'admin', '', '/system/post', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:43:30\",\"postId\":4,\"postCode\":\"nurse\",\"postName\":\"护士\",\"postSort\":3,\"status\":\"0\",\"remark\":\"\",\"flag\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:43:30');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741107835017723905, '岗位管理', 2, 'com.eqc.web.controller.system.SysPostController.edit()', 'PUT', 1, 'admin', '', '/system/post', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2023-12-30 22:43:50\",\"postId\":1,\"postCode\":\"engineer\",\"postName\":\"工程师\",\"postSort\":1,\"status\":\"0\",\"remark\":\"\",\"flag\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:43:51');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741108854464278529, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, 'admin', '', '/equipments', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1741108854363615234\",\"equipmentName\":\"PET\",\"equipmentNo\":\"12412434324234\",\"equipmentSupplier\":\"西门子\",\"department\":\"104\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2023-12-30 22:47:54');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741787484114743298, '设备', 2, 'com.eqc.web.controller.equipments.EquipmentsController.edit()', 'PUT', 1, 'admin', '', '/equipments', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1741108854363615234\",\"equipmentName\":\"PET\",\"equipmentNo\":\"12412434324234\",\"equipmentSupplier\":\"西门子\",\"department\":\"104\",\"location\":\"xxxx\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-01 19:44:32');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741787524820463618, '设备耗材', 5, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.export()', 'POST', 1, 'admin', '', '/equipment/consumables/export', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":null,\"equipmentId\":\"1741108854363615234\",\"consumableName\":null,\"consumableNo\":null,\"activationTime\":null,\"validity\":null,\"validityUint\":null,\"chargeUser\":null,\"status\":null,\"remark\":null}', '', 0, '', '2024-01-01 19:44:41');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741789532059168770, '字典类型', 1, 'com.eqc.web.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '', '/system/dict/type', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-01 19:52:39\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-01 19:52:39\",\"dictId\":\"1741789532021420034\",\"dictName\":\"时间单位\",\"dictType\":\"sys_time_unit\",\"status\":\"0\",\"remark\":\"Y年 M月 D天\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-01 19:52:40');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741789663068254210, '字典数据', 1, 'com.eqc.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-01 19:53:11\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-01 19:53:11\",\"dictCode\":\"1741789663001145346\",\"dictSort\":1,\"dictLabel\":\"年\",\"dictValue\":\"Y\",\"dictType\":\"sys_time_unit\",\"cssClass\":null,\"listClass\":\"default\",\"isDefault\":null,\"status\":\"0\",\"remark\":null,\"default\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-01 19:53:11');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741789752759250945, '字典数据', 1, 'com.eqc.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-01 19:53:32\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-01 19:53:32\",\"dictCode\":\"1741789752700530689\",\"dictSort\":2,\"dictLabel\":\"月\",\"dictValue\":\"M\",\"dictType\":\"sys_time_unit\",\"cssClass\":null,\"listClass\":\"default\",\"isDefault\":null,\"status\":\"0\",\"remark\":null,\"default\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-01 19:53:33');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741789825018720258, '字典数据', 1, 'com.eqc.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-01 19:53:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-01 19:53:49\",\"dictCode\":\"1741789824972582913\",\"dictSort\":3,\"dictLabel\":\"天\",\"dictValue\":\"D\",\"dictType\":\"sys_time_unit\",\"cssClass\":null,\"listClass\":\"default\",\"isDefault\":null,\"status\":\"0\",\"remark\":null,\"default\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-01 19:53:50');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741790811808428033, '菜单管理', 2, 'com.eqc.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-01 19:57:45\",\"parentName\":null,\"parentId\":2,\"children\":[],\"menuId\":117,\"menuName\":\"Admin监控\",\"orderNum\":5,\"path\":\"Admin\",\"component\":\"monitor/admin/index\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"1\",\"status\":\"0\",\"perms\":\"monitor:admin:list\",\"icon\":\"dashboard\",\"remark\":\"Admin监控菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-01 19:57:45');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741790878921486337, '菜单管理', 2, 'com.eqc.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-01 19:58:01\",\"parentName\":null,\"parentId\":2,\"children\":[],\"menuId\":120,\"menuName\":\"任务调度中心\",\"orderNum\":5,\"path\":\"XxlJob\",\"component\":\"monitor/xxljob/index\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"1\",\"status\":\"0\",\"perms\":\"monitor:xxljob:list\",\"icon\":\"job\",\"remark\":\"Xxl-Job控制台菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-01 19:58:01');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1741791405440856065, '字典类型', 1, 'com.eqc.web.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '', '/system/dict/type', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-01 20:00:06\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-01 20:00:06\",\"dictId\":\"1741791405407301634\",\"dictName\":\"设备耗材状态\",\"dictType\":\"consumable_status\",\"status\":\"0\",\"remark\":\"0正在使用,1已报废 2未使用过\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-01 20:00:07');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742135350037336065, '字典数据', 1, 'com.eqc.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 18:46:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 18:46:49\",\"dictCode\":\"1742135349911506945\",\"dictSort\":1,\"dictLabel\":\"使用中\",\"dictValue\":\"0\",\"dictType\":\"consumable_status\",\"cssClass\":null,\"listClass\":\"success\",\"isDefault\":null,\"status\":\"0\",\"remark\":null,\"default\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 18:46:49');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742135466865479682, '字典数据', 1, 'com.eqc.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 18:47:17\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 18:47:17\",\"dictCode\":\"1742135466794176514\",\"dictSort\":2,\"dictLabel\":\"已报废\",\"dictValue\":\"1\",\"dictType\":\"consumable_status\",\"cssClass\":null,\"listClass\":\"danger\",\"isDefault\":null,\"status\":\"0\",\"remark\":null,\"default\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 18:47:17');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742135570389291010, '字典数据', 1, 'com.eqc.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 18:47:41\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 18:47:41\",\"dictCode\":\"1742135570330570753\",\"dictSort\":3,\"dictLabel\":\"未使用\",\"dictValue\":\"2\",\"dictType\":\"consumable_status\",\"cssClass\":null,\"listClass\":\"primary\",\"isDefault\":null,\"status\":\"0\",\"remark\":null,\"default\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 18:47:42');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742136398667862018, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742136398638501889\",\"equipmentId\":\"1741108854363615234\",\"consumableName\":\"耗材1\",\"consumableNo\":\"pethc001\",\"activationTime\":\"2024-01-02 18:50:26\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":1,\"status\":0,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 18:50:59');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742137142364098561, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742136398638501889\",\"equipmentId\":\"1741108854363615234\",\"consumableName\":\"耗材1\",\"consumableNo\":\"pethc001\",\"activationTime\":\"2024-01-02 18:50:26\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":1,\"status\":0,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 18:53:57');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742151723824226306, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, 'admin', '', '/equipments', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742151723719368705\",\"equipmentName\":\"呼吸机\",\"equipmentNo\":\"24214214545\",\"equipmentSupplier\":\"迈瑞\",\"department\":106,\"location\":\"wqfafs\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 19:51:53');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742172092480155649, '菜单管理', 2, 'com.eqc.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '', '/system/menu', '3.144.41.94', '美国|加利福尼亚|亚马逊', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 21:12:49\",\"parentName\":null,\"parentId\":0,\"children\":[],\"menuId\":3,\"menuName\":\"系统工具\",\"orderNum\":3,\"path\":\"tool\",\"component\":null,\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"1\",\"status\":\"0\",\"perms\":\"\",\"icon\":\"tool\",\"remark\":\"系统工具目录\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 21:12:49');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742172670480412674, '在线用户', 7, 'com.eqc.web.controller.monitor.SysUserOnlineController.forceLogout()', 'DELETE', 1, 'admin', '', '/monitor/online/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJ6Q2ZhYlE1bnZhR1M2dmpTaHBkeWtMWldTQkI0aWlRMCIsInVzZXJJZCI6MX0.6whH86_OcTm54TJZPjVZmnayiLwD3jrpTcUZcsOZdeQ', '112.64.53.246', '中国|上海|上海市|联通', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 21:15:07');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742172703170818050, '在线用户', 7, 'com.eqc.web.controller.monitor.SysUserOnlineController.forceLogout()', 'DELETE', 1, 'admin', '', '/monitor/online/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJQWDRVUUYxUWhWZm5vYkExMDVVM08zaHY3YkY4TmhlciIsInVzZXJJZCI6MX0.8UoTlz1fb4Er-AqYdkzmQep70pTqdFE7B64f5gzeZ8U', '112.64.53.246', '中国|上海|上海市|联通', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 21:15:15');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742176882010419202, '部门管理', 1, 'com.eqc.web.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '', '/system/dept', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 21:31:51\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 21:31:51\",\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":\"1742176881976864770\",\"deptName\":\"供应室\",\"orderNum\":0,\"leader\":\"\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 21:31:51');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742178384435277825, '角色管理', 1, 'com.eqc.web.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '', '/system/role', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":null,\"roleName\":\"65154\",\"roleKey\":\"common\",\"roleSort\":3,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":[\"1741093982624108545\",\"1741094806775484418\",\"1741094806775484419\",\"1741094806775484420\",\"1741094806775484421\",\"1741094806775484422\"],\"deptIds\":[],\"admin\":false}', '{\"code\":500,\"msg\":\"新增角色\'65154\'失败,角色权限已存在\",\"data\":null}', 0, '', '2024-01-02 21:37:50');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742178577104826369, '角色管理', 1, 'com.eqc.web.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '', '/system/role', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":null,\"roleName\":\"65154\",\"roleKey\":\"common\",\"roleSort\":3,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":[\"1741093982624108545\",\"1741094806775484418\",\"1741094806775484419\",\"1741094806775484420\",\"1741094806775484421\",\"1741094806775484422\"],\"deptIds\":[],\"admin\":false}', '{\"code\":500,\"msg\":\"新增角色\'65154\'失败,角色权限已存在\",\"data\":null}', 0, '', '2024-01-02 21:38:36');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742178660164628481, '角色管理', 1, 'com.eqc.web.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '', '/system/role', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 21:38:55\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 21:38:55\",\"roleId\":\"1742178660089131009\",\"roleName\":\"65154\",\"roleKey\":\"1\",\"roleSort\":3,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":[\"1741093982624108545\",\"1741094806775484418\",\"1741094806775484419\",\"1741094806775484420\",\"1741094806775484421\",\"1741094806775484422\"],\"deptIds\":[],\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 21:38:55');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742178932802777089, '角色管理', 3, 'com.eqc.web.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '', '/system/role/1742178660089131009', '115.204.151.209', '中国|浙江省|杭州市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 21:40:00');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742180137440440322, '角色管理', 2, 'com.eqc.web.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '', '/system/role', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 21:44:47\",\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":\"0\",\"remark\":\"普通角色\",\"flag\":false,\"menuIds\":[1,2,\"1741093982624108545\",\"1741094806775484418\",\"1741094806775484419\",\"1741094806775484420\",\"1741094806775484421\",\"1741094806775484422\",100,1001,1002,1003,1004,1005,1006,1007,101,1008,1009,1010,1011,1012,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,1050,109,1046,1047,1048,113,112],\"deptIds\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 21:44:48');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742185005660041217, '用户管理', 1, 'com.eqc.web.controller.system.SysUserController.add()', 'POST', 1, 'admin', '', '/system/user', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:04:08\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:04:08\",\"userId\":\"1742185005605515266\",\"deptId\":100,\"userName\":\"方增强\",\"nickName\":\"65154\",\"userType\":null,\"email\":\"1622033040@qq.com\",\"phonenumber\":null,\"sex\":\"0\",\"avatar\":null,\"status\":\"0\",\"delFlag\":null,\"loginIp\":null,\"loginDate\":null,\"remark\":null,\"dept\":null,\"roles\":null,\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:04:08');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742185282375053314, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:04:08\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:05:14\",\"userId\":\"1742185005605515266\",\"deptId\":103,\"userName\":\"方增强\",\"nickName\":\"65154\",\"userType\":\"sys_user\",\"email\":\"1622033040@qq.com\",\"phonenumber\":\"\",\"sex\":\"0\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"\",\"loginDate\":null,\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":0,\"children\":[],\"deptId\":100,\"deptName\":\"浙江大学医学院附属第一医院\",\"orderNum\":0,\"leader\":\"yz\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:05:14');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742186217348329473, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 21:31:51\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:08:57\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":\"1742176881976864770\",\"deptName\":\"供应室(之江)\",\"orderNum\":0,\"leader\":\"\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:08:57');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742186568071835650, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:10:20\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:10:21');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742188148867284994, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, 'admin', '', '/equipments', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742188148443660289\",\"equipmentName\":\"减压沸腾式清洗机\",\"equipmentNo\":null,\"equipmentSupplier\":\"三浦工业(中国)有限公司\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:16:38');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742189280335314945, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742189280289177601\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(洁区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-12-16 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742185005605515266\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:21:07');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742189419569430529, '设备耗材', 3, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.remove()', 'DELETE', 1, 'admin', '', '/equipment/consumables/1742136398638501889', '115.204.151.209', '中国|浙江省|杭州市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:21:41');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742189475689218050, '设备', 3, 'com.eqc.web.controller.equipments.EquipmentsController.remove()', 'DELETE', 1, 'admin', '', '/equipments/1741108854363615234', '115.204.151.209', '中国|浙江省|杭州市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:21:54');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742189531020476417, '设备', 3, 'com.eqc.web.controller.equipments.EquipmentsController.remove()', 'DELETE', 1, 'admin', '', '/equipments/1742151723719368705', '115.204.151.209', '中国|浙江省|杭州市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:22:07');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742190117124128769, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742190117086380033\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(污区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-07-15 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742185005605515266\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:24:27');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742190244396089345, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742190117086380033\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(污区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-07-15 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742185005605515266\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:24:57');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742190690502262786, '用户管理', 1, 'com.eqc.web.controller.system.SysUserController.add()', 'POST', 1, 'admin', '', '/system/user', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:26:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:26:43\",\"userId\":\"1742190690409988098\",\"deptId\":103,\"userName\":\"杨喆\",\"nickName\":\"65614\",\"userType\":null,\"email\":\"303971299@qq.com\",\"phonenumber\":null,\"sex\":\"0\",\"avatar\":null,\"status\":\"0\",\"delFlag\":null,\"loginIp\":null,\"loginDate\":null,\"remark\":null,\"dept\":null,\"roles\":null,\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:26:44');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742191524371841025, '用户管理', 3, 'com.eqc.web.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '', '/system/user/1742185005605515266', '115.204.151.209', '中国|浙江省|杭州市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:30:02');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742191545171394562, '用户管理', 3, 'com.eqc.web.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '', '/system/user/1742190690409988098', '115.204.151.209', '中国|浙江省|杭州市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:30:07');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742191743671025665, '用户管理', 1, 'com.eqc.web.controller.system.SysUserController.add()', 'POST', 1, 'admin', '', '/system/user', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:30:54\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:30:54\",\"userId\":\"1742191743637471234\",\"deptId\":103,\"userName\":\"方增强\",\"nickName\":\"方增强\",\"userType\":null,\"email\":\"1622033040@qq.com\",\"phonenumber\":null,\"sex\":\"0\",\"avatar\":null,\"status\":\"0\",\"delFlag\":null,\"loginIp\":null,\"loginDate\":null,\"remark\":null,\"dept\":null,\"roles\":null,\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:30:55');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742191818052812801, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:30:55\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:31:12\",\"userId\":\"1742191743637471234\",\"deptId\":103,\"userName\":\"方增强\",\"nickName\":\"65154\",\"userType\":\"sys_user\",\"email\":\"1622033040@qq.com\",\"phonenumber\":\"\",\"sex\":\"0\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"\",\"loginDate\":null,\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:31:12');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742191840588808193, '用户管理', 3, 'com.eqc.web.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '', '/system/user/1742191743637471234', '115.204.151.209', '中国|浙江省|杭州市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:31:18');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742191950425047042, '用户管理', 1, 'com.eqc.web.controller.system.SysUserController.add()', 'POST', 1, 'admin', '', '/system/user', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:31:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:31:43\",\"userId\":\"1742191950378909697\",\"deptId\":103,\"userName\":\"65154\",\"nickName\":\"方增强\",\"userType\":null,\"email\":\"1622033040@qq.com\",\"phonenumber\":null,\"sex\":\"0\",\"avatar\":null,\"status\":\"0\",\"delFlag\":null,\"loginIp\":null,\"loginDate\":null,\"remark\":null,\"dept\":null,\"roles\":null,\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:31:44');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742192099121512449, '设备', 2, 'com.eqc.web.controller.equipments.EquipmentsController.edit()', 'PUT', 1, '65154', '', '/equipments', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742188148443660289\",\"equipmentName\":\"减压沸腾式清洗机\",\"equipmentNo\":\"\",\"equipmentSupplier\":\"三浦工业(中国)有限公司\",\"department\":\"1742176881976864770\",\"location\":\"\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:32:19');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742192449996013569, '用户管理', 1, 'com.eqc.web.controller.system.SysUserController.add()', 'POST', 1, 'admin', '', '/system/user', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:33:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:33:43\",\"userId\":\"1742192449933099009\",\"deptId\":103,\"userName\":\"65614\",\"nickName\":\"杨喆\",\"userType\":null,\"email\":\"303971299@qq.com\",\"phonenumber\":null,\"sex\":\"0\",\"avatar\":null,\"status\":\"0\",\"delFlag\":null,\"loginIp\":null,\"loginDate\":null,\"remark\":null,\"dept\":null,\"roles\":null,\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:33:43');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742192699850702850, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742189280289177601\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(洁区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-12-16 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":1,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:34:43');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742192735699419138, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742190117086380033\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(污区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-07-15 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742191950378909697\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:34:51');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742192876921634818, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:33:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:35:24\",\"userId\":\"1742192449933099009\",\"deptId\":103,\"userName\":\"65614\",\"nickName\":\"杨喆\",\"userType\":\"sys_user\",\"email\":\"303971299@qq.com\",\"phonenumber\":\"\",\"sex\":\"0\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"\",\"loginDate\":null,\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:35:25');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742193108916977666, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742190117086380033\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(污区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-07-15 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":1,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:36:20');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742194270558830594, '用户管理', 1, 'com.eqc.web.controller.system.SysUserController.add()', 'POST', 1, 'admin', '', '/system/user', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:40:57\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:40:57\",\"userId\":\"1742194270533664769\",\"deptId\":\"1742176881976864770\",\"userName\":\"22128\",\"nickName\":\"刘敏\",\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":\"1\",\"avatar\":null,\"status\":\"0\",\"delFlag\":null,\"loginIp\":null,\"loginDate\":null,\"remark\":null,\"dept\":null,\"roles\":null,\"roleIds\":[2],\"postIds\":[4],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:40:57');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742194397751099394, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742189280289177601\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(洁区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-12-16 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":1,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:41:27');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742194495902007297, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.changeStatus()', 'PUT', 1, 'admin', '', '/system/user/changeStatus', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:41:50\",\"userId\":\"1742191950378909697\",\"deptId\":null,\"userName\":null,\"nickName\":null,\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":null,\"avatar\":null,\"status\":\"1\",\"delFlag\":null,\"loginIp\":null,\"loginDate\":null,\"remark\":null,\"dept\":null,\"roles\":null,\"roleIds\":null,\"postIds\":null,\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:41:51');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742194617306136577, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.changeStatus()', 'PUT', 1, 'admin', '', '/system/user/changeStatus', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":\"admin\",\"updateTime\":\"2024-01-02 22:42:19\",\"userId\":\"1742191950378909697\",\"deptId\":null,\"userName\":null,\"nickName\":null,\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":null,\"avatar\":null,\"status\":\"0\",\"delFlag\":null,\"loginIp\":null,\"loginDate\":null,\"remark\":null,\"dept\":null,\"roles\":null,\"roleIds\":null,\"postIds\":null,\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:42:20');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742194633122856962, '用户管理', 3, 'com.eqc.web.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '', '/system/user/1742191950378909697', '115.204.151.209', '中国|浙江省|杭州市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:42:24');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742195183214215169, '角色管理', 2, 'com.eqc.web.controller.system.SysRoleController.edit()', 'PUT', 1, '65614', '', '/system/role', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"65614\",\"updateTime\":\"2024-01-02 22:44:34\",\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":\"0\",\"remark\":\"普通角色\",\"flag\":false,\"menuIds\":[\"1741093982624108545\",\"1741094806775484418\",\"1741094806775484419\",\"1741094806775484420\",\"1741094806775484421\",\"1741094806775484422\"],\"deptIds\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:44:35');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742195878462046210, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742189280289177601\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(洁区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-12-16 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:47:21');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742195898791837698, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '115.204.151.209', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742190117086380033\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(污区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-07-15 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-02 22:47:25');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742332539216936962, '设备', 2, 'com.eqc.web.controller.equipments.EquipmentsController.edit()', 'PUT', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742188148443660289\",\"equipmentName\":\"减压沸腾式清洗机\",\"equipmentNo\":\"16811000131-2020-11\",\"equipmentSupplier\":\"三浦工业(中国)有限公司\",\"department\":\"1742176881976864770\",\"location\":\"\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 07:50:23');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742332983708303362, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742332983687331841\",\"equipmentName\":\"环氧乙烷灭菌器\",\"equipmentNo\":null,\"equipmentSupplier\":null,\"department\":null,\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 07:52:09');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742335267439722498, '设备', 2, 'com.eqc.web.controller.equipments.EquipmentsController.edit()', 'PUT', 1, 'admin', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742332983687331841\",\"equipmentName\":\"环氧乙烷灭菌器\",\"equipmentNo\":\"16811000583-2020-11\",\"equipmentSupplier\":\"美国 3M Health Care\",\"department\":\"1742176881976864770\",\"location\":\"\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 08:01:13');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742336406352642050, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, 'admin', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742336406335864833\",\"equipmentName\":\"低温等离子灭菌器\",\"equipmentNo\":\"16822000588-2020-11\",\"equipmentSupplier\":\"强生(中国)医疗器材有限公司\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 08:05:45');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742336573684400130, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, 'admin', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742336573655040001\",\"equipmentName\":\"全自动清洗消毒器\",\"equipmentNo\":\"16811000613-2020-11\",\"equipmentSupplier\":\"Getinge Disinfection AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 08:06:25');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742336735450316801, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, 'admin', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742336735433539586\",\"equipmentName\":\"全自动清洗消毒器\",\"equipmentNo\":\"16811000614-2020-11\",\"equipmentSupplier\":\"Getinge Disinfection AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 08:07:03');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742336984625528833, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, 'admin', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742336984604557313\",\"equipmentName\":\"全自动清洗消毒器\",\"equipmentNo\":\"16811000615-2020-11\",\"equipmentSupplier\":\"Getinge Disinfection AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 08:08:03');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742337454047838209, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, 'admin', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742337454035255298\",\"equipmentName\":\"全自动清洗消毒器\",\"equipmentNo\":\"16811056614-2023-11\",\"equipmentSupplier\":\"Getinge Disinfection AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 08:09:55');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742337688211636225, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, 'admin', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742337688186470401\",\"equipmentName\":\"全自动清洗消毒器\",\"equipmentNo\":\"16811056745-2023-11\",\"equipmentSupplier\":\"Getinge Disinfection AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 08:10:51');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742337833196142594, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, 'admin', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742337833179365378\",\"equipmentName\":\"高温高压蒸汽灭菌器\",\"equipmentNo\":\"16811001041-2020-11\",\"equipmentSupplier\":\"Getinge Sterilization AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 08:11:25');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742359368220884994, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '101.231.137.66', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 09:36:59\",\"userId\":2,\"deptId\":103,\"userName\":\"lionli\",\"nickName\":\"疯狂的狮子Li\",\"userType\":\"sys_user\",\"email\":\"crazyLionLi@qq.com\",\"phonenumber\":\"15666666666\",\"sex\":\"1\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"101.231.137.66\",\"loginDate\":\"2024-01-03 09:33:47\",\"remark\":\"\",\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":105,\"deptName\":\"心血管内科\",\"orderNum\":3,\"leader\":\"yz\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 09:37:00');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742403708313980930, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742403708137820161\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"单向阀\",\"consumableNo\":\"25AX2MPA DDCV 25 SL\",\"activationTime\":\"2023-12-31 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:33:11');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742403973414965250, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742403973385605122\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"单向阀\",\"consumableNo\":\"25AX2MPA DDCV 25 SC\",\"activationTime\":\"2023-12-31 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:34:14');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742404377930420225, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742404377892671490\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"电磁阀\",\"consumableNo\":\"APK11-20X3391 20A 200V\",\"activationTime\":\"2023-12-15 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:35:51');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742404873126727681, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742404873088978946\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"疏水阀\",\"consumableNo\":\"RN-80CSW\",\"activationTime\":\"2023-12-15 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:37:49');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742405286831902721, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742405286794153986\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"过滤器\",\"consumableNo\":\"Y型 20A*80#\",\"activationTime\":\"2023-12-31 00:00:00\",\"validity\":1,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:39:27');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742406931456249858, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742406931426889730\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"真空泵油\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-25 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:45:59');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742407249573236738, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407249539682306\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"真空泵油过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-25 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:47:15');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742407494692556802, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407494667390978\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"排气过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-25 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:48:14');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742407648166334466, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407648141168642\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"接触过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-25 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:48:50');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742407868182745089, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407868149190657\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"空气高效过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-25 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:49:43');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742408195506229249, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408195485257730\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"上搁架止动器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-25 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:51:01');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742408485110337537, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408485076783105\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"电极网间隔\",\"consumableNo\":\"STERRAD 100S -18\",\"activationTime\":\"2023-08-25 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:52:10');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742408552798015489, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408195485257730\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"上搁架止动器\",\"consumableNo\":\"STERRAD 100S-4\",\"activationTime\":\"2023-08-25 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:52:26');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742408607470768129, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408485076783105\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"电极网间隔\",\"consumableNo\":\"STERRAD 100S-18\",\"activationTime\":\"2023-08-25 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:52:39');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742408925558394881, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408925516451841\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"门密封圈\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-02-01 00:00:00\",\"validity\":1,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:53:55');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742409815619063809, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408925516451841\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"门密封圈\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:57:27');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742409857776013313, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408485076783105\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"电极网间隔\",\"consumableNo\":\"STERRAD 100S-18\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:57:37');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742409922238271489, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408195485257730\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"上搁架止动器\",\"consumableNo\":\"STERRAD 100S-4\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:57:53');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742409959957647361, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407868149190657\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"空气高效过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:58:02');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742410008624156673, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407648141168642\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"接触过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:58:13');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742410060713218050, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407494667390978\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"排气过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:58:26');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742410103222489090, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407249539682306\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"真空泵油过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:58:36');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742410139075399681, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742406931426889730\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"真空泵油\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 12:58:44');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742410882637418497, '岗位管理', 2, 'com.eqc.web.controller.system.SysPostController.edit()', 'PUT', 1, 'admin', '', '/system/post', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:01:41\",\"postId\":1,\"postCode\":\"engineer\",\"postName\":\"工程师\",\"postSort\":1,\"status\":\"0\",\"remark\":\"\",\"flag\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:01:42');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742411262570057729, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:03:12\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:03:12');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742411336863764482, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 21:31:51\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:03:29\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":\"1742176881976864770\",\"deptName\":\"供应室(之江)\",\"orderNum\":0,\"leader\":\"杨喆\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:03:30');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742411390521495553, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:03:42\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":105,\"deptName\":\"心血管内科\",\"orderNum\":3,\"leader\":\"yz\",\"phone\":\"15888888888\",\"email\":\"yz@qq.com\",\"status\":\"1\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:03:43');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742411418971459586, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:03:49\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":106,\"deptName\":\"急诊\",\"orderNum\":4,\"leader\":\"yz\",\"phone\":\"15888888888\",\"email\":\"yz@qq.com\",\"status\":\"1\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:03:49');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742411443474583554, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:03:55\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":104,\"deptName\":\"放射科\",\"orderNum\":2,\"leader\":\"yz\",\"phone\":\"15888888888\",\"email\":\"yz@qq.com\",\"status\":\"1\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:03:55');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742411645942026241, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:33:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:04:43\",\"userId\":\"1742192449933099009\",\"deptId\":103,\"userName\":\"65614\",\"nickName\":\"杨喆\",\"userType\":\"sys_user\",\"email\":\"303971299@qq.com\",\"phonenumber\":\"17376580838\",\"sex\":\"0\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"122.224.130.218\",\"loginDate\":\"2024-01-03 12:59:28\",\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:04:43');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742411691030794242, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:33:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:04:54\",\"userId\":\"1742192449933099009\",\"deptId\":103,\"userName\":\"65614\",\"nickName\":\"杨喆\",\"userType\":\"sys_user\",\"email\":\"303971299@qq.com\",\"phonenumber\":\"17376580838\",\"sex\":\"0\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"122.224.130.218\",\"loginDate\":\"2024-01-03 12:59:28\",\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:04:54');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742413336640802817, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 21:31:51\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:11:26\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":\"1742176881976864770\",\"deptName\":\"供应室(之江)\",\"orderNum\":0,\"leader\":\"杨喆\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:11:27');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742413501044936706, '部门管理', 1, 'com.eqc.web.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-03 13:12:05\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:12:05\",\"parentName\":null,\"parentId\":100,\"children\":[],\"deptId\":\"1742413501019770881\",\"deptName\":\"庆春院区\",\"orderNum\":0,\"leader\":null,\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:12:06');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742413616694480898, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:12:33\",\"parentName\":\"浙江大学医学院附属第一医院\",\"parentId\":100,\"children\":[],\"deptId\":101,\"deptName\":\"之江院区\",\"orderNum\":0,\"leader\":\"杨喆\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:12:33');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742413763604172801, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 21:31:51\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:13:08\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":\"1742176881976864770\",\"deptName\":\"供应室(之江)\",\"orderNum\":0,\"leader\":\"杨喆\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:13:08');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742413876569362433, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:13:35\",\"parentName\":null,\"parentId\":0,\"children\":[],\"deptId\":100,\"deptName\":\"浙江大学医学院附属第一医院\",\"orderNum\":0,\"leader\":\"杨喆\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:13:35');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742413923751088129, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:13:46\",\"parentName\":null,\"parentId\":0,\"children\":[],\"deptId\":100,\"deptName\":\"浙江大学医学院附属第一医院\",\"orderNum\":0,\"leader\":\"杨喆\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:13:47');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742414783461773314, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 21:31:51\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:17:11\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":\"1742176881976864770\",\"deptName\":\"供应室(之江)\",\"orderNum\":0,\"leader\":\"65614\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:17:12');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742414988856840193, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:18:00\",\"parentName\":\"浙江大学医学院附属第一医院\",\"parentId\":100,\"children\":[],\"deptId\":101,\"deptName\":\"之江院区\",\"orderNum\":0,\"leader\":\"65614\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:18:01');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742415432081526786, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:19:46\",\"parentName\":\"浙江大学医学院附属第一医院\",\"parentId\":100,\"children\":[],\"deptId\":101,\"deptName\":\"之江院区\",\"orderNum\":0,\"leader\":\"杨喆\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:19:46');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742415991039643650, '部门管理', 1, 'com.eqc.web.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '', '/system/dept', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-03 13:21:59\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:21:59\",\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":\"1742415991014477825\",\"deptName\":\"超声医学科(之江)\",\"orderNum\":0,\"leader\":\"65614\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:21:59');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742416704092295169, '角色管理', 1, 'com.eqc.web.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '', '/system/role', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-03 13:24:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:24:49\",\"roleId\":\"1742416704037769218\",\"roleName\":\"engineer\",\"roleKey\":\"engineer\",\"roleSort\":0,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":[1,\"1741093982624108545\",\"1741094806775484418\",\"1741094806775484419\",\"1741094806775484420\",\"1741094806775484421\",\"1741094806775484422\",103,1017,1018,1019,1020],\"deptIds\":[],\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:24:49');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742416773638049794, '角色管理', 2, 'com.eqc.web.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '', '/system/role', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-03 13:24:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:25:06\",\"roleId\":\"1742416704037769218\",\"roleName\":\"engineer\",\"roleKey\":\"engineer\",\"roleSort\":3,\"dataScope\":\"1\",\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":\"0\",\"remark\":null,\"flag\":false,\"menuIds\":[1,\"1741093982624108545\",\"1741094806775484418\",\"1741094806775484419\",\"1741094806775484420\",\"1741094806775484421\",\"1741094806775484422\",103,1017,1018,1019,1020],\"deptIds\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:25:06');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742416825177657346, '角色管理', 2, 'com.eqc.web.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '', '/system/role', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-03 13:24:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:25:18\",\"roleId\":\"1742416704037769218\",\"roleName\":\"工程师\",\"roleKey\":\"engineer\",\"roleSort\":3,\"dataScope\":\"1\",\"menuCheckStrictly\":true,\"deptCheckStrictly\":true,\"status\":\"0\",\"delFlag\":\"0\",\"remark\":null,\"flag\":false,\"menuIds\":[1,\"1741093982624108545\",\"1741094806775484418\",\"1741094806775484419\",\"1741094806775484420\",\"1741094806775484421\",\"1741094806775484422\",103,1017,1018,1019,1020],\"deptIds\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:25:18');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742416943100514305, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:33:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-03 13:25:46\",\"userId\":\"1742192449933099009\",\"deptId\":103,\"userName\":\"65614\",\"nickName\":\"杨喆\",\"userType\":\"sys_user\",\"email\":\"303971299@qq.com\",\"phonenumber\":\"17376580838\",\"sex\":\"0\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"122.224.130.218\",\"loginDate\":\"2024-01-03 13:15:06\",\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[\"1742416704037769218\"],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:25:46');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742418052586196994, '用户头像', 2, 'com.eqc.web.controller.system.SysProfileController.avatar()', 'POST', 1, '65614', '', '/system/user/profile/avatar', '122.224.130.218', '中国|浙江省|杭州市|电信', '', '', 1, '文件存储服务类型无法找到!', '2024-01-03 13:30:11');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742418073314447362, '用户头像', 2, 'com.eqc.web.controller.system.SysProfileController.avatar()', 'POST', 1, '65614', '', '/system/user/profile/avatar', '122.224.130.218', '中国|浙江省|杭州市|电信', '', '', 1, '文件存储服务类型无法找到!', '2024-01-03 13:30:16');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742418120118685698, '用户头像', 2, 'com.eqc.web.controller.system.SysProfileController.avatar()', 'POST', 1, '65614', '', '/system/user/profile/avatar', '122.224.130.218', '中国|浙江省|杭州市|电信', '', '', 1, '文件存储服务类型无法找到!', '2024-01-03 13:30:27');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742418753571835906, '用户头像', 2, 'com.eqc.web.controller.system.SysProfileController.avatar()', 'POST', 1, '65614', '', '/system/user/profile/avatar', '122.224.130.218', '中国|浙江省|杭州市|电信', '', '', 1, '文件存储服务类型无法找到!', '2024-01-03 13:32:58');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742419102617620481, '用户头像', 2, 'com.eqc.web.controller.system.SysProfileController.avatar()', 'POST', 1, '65614', '', '/system/user/profile/avatar', '122.224.130.218', '中国|浙江省|杭州市|电信', '', '', 1, '文件存储服务类型无法找到!', '2024-01-03 13:34:21');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742419107055194114, '用户头像', 2, 'com.eqc.web.controller.system.SysProfileController.avatar()', 'POST', 1, '65614', '', '/system/user/profile/avatar', '122.224.130.218', '中国|浙江省|杭州市|电信', '', '', 1, '文件存储服务类型无法找到!', '2024-01-03 13:34:22');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742422811745505282, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742422811711950849\",\"equipmentName\":\"高温高压蒸汽灭菌器\",\"equipmentNo\":\"16811001042-2020-11\",\"equipmentSupplier\":\"Getinge Sterilization AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:49:06');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742423952319369218, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742423952302592002\",\"equipmentName\":\"高温高压蒸汽灭菌器\",\"equipmentNo\":\"16811001043-2020-11\",\"equipmentSupplier\":\"Getinge Sterilization AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:53:38');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742424143999062017, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742424143982284801\",\"equipmentName\":\"高温高压蒸汽灭菌器\",\"equipmentNo\":\"16811001044-2020-11\",\"equipmentSupplier\":\"Getinge Sterilization AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:54:23');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742424390808686594, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742424390791909378\",\"equipmentName\":\"压力蒸汽灭菌器\",\"equipmentNo\":\"16811056613-2023-11\",\"equipmentSupplier\":\"洁定灭菌有限公司\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:55:22');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742424651992190977, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742424651983802369\",\"equipmentName\":\"低温过氧化氢灭菌器\",\"equipmentNo\":\"16811003451-2020-11\",\"equipmentSupplier\":\"STERIS\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:56:24');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742424790907539457, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742424790886567937\",\"equipmentName\":\"低温过氧化氢灭菌器\",\"equipmentNo\":\"16811055939-2023-11\",\"equipmentSupplier\":\"STERIS\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:56:57');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742424935388729345, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742424935371952129\",\"equipmentName\":\"全自动清洗消毒器\",\"equipmentNo\":\"16811056614-2023-11\",\"equipmentSupplier\":\"Getinge Disinfection AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:57:32');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742425243326140418, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742425243305168898\",\"equipmentName\":\"内镜清洗工作站\",\"equipmentNo\":\"16811001739-2021-11\",\"equipmentSupplier\":\"山东新华医疗器械股份有限公司\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:58:45');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742425544464584705, '设备', 3, 'com.eqc.web.controller.equipments.EquipmentsController.remove()', 'DELETE', 1, '65614', '', '/equipments/1742424935371952129', '122.224.130.218', '中国|浙江省|杭州市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 13:59:57');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742425705563607042, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742425705542635522\",\"equipmentName\":\"内镜清洗消毒机\",\"equipmentNo\":\"16811001432-2020-11\",\"equipmentSupplier\":\"美国Medivators Inc.\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 14:00:36');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742425828498657282, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742425828473491457\",\"equipmentName\":\"内镜清洗消毒机\",\"equipmentNo\":\"16811001433-2020-11\",\"equipmentSupplier\":\"美国Medivators Inc.\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 14:01:05');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742426167138373634, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742426167109013505\",\"equipmentName\":\"酸化水生成系统\",\"equipmentNo\":\"16811001226-2020-11\",\"equipmentSupplier\":\"日本AMANO.AET株式会社\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 14:02:26');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742426394616451074, '设备', 1, 'com.eqc.web.controller.equipments.EquipmentsController.add()', 'POST', 1, '65614', '', '/equipments', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equipmentId\":\"1742426394591285250\",\"equipmentName\":\"清洗消毒器\",\"equipmentNo\":\"16811001600-2020-11\",\"equipmentSupplier\":\"Getinge Disinfection AB\",\"department\":\"1742176881976864770\",\"location\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-03 14:03:20');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742722661204733953, '设备耗材', 5, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.export()', 'POST', 1, '65614', '', '/equipment/consumables/export', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":null,\"equipmentId\":\"1742188148443660289\",\"consumableName\":null,\"consumableNo\":null,\"activationTime\":null,\"validity\":null,\"validityUint\":null,\"chargeUser\":null,\"status\":null,\"remark\":null}', '', 0, '', '2024-01-04 09:40:35');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742722683673620481, '设备耗材', 5, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.export()', 'POST', 1, '65614', '', '/equipment/consumables/export', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":null,\"equipmentId\":\"1742188148443660289\",\"consumableName\":null,\"consumableNo\":null,\"activationTime\":null,\"validity\":null,\"validityUint\":null,\"chargeUser\":null,\"status\":null,\"remark\":null}', '', 0, '', '2024-01-04 09:40:41');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1742722724790382593, '设备耗材', 5, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.export()', 'POST', 1, '65614', '', '/equipment/consumables/export', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":null,\"equipmentId\":\"1742188148443660289\",\"consumableName\":null,\"consumableNo\":null,\"activationTime\":null,\"validity\":null,\"validityUint\":null,\"chargeUser\":null,\"status\":null,\"remark\":null}', '', 0, '', '2024-01-04 09:40:50');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1743163327500103682, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1743163327449772033\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"DOOR GASKET 66X 高温门封\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-09-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":1,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-05 14:51:38');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1743163574829821954, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1743163574804656129\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"AIR FILTER 无菌过滤器\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-09-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":1,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-05 14:52:37');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1743163734641192962, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1743163574804656129\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"AIR FILTER 无菌过滤器\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-01-01 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":1,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-05 14:53:15');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1743163849460264962, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1743163574804656129\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"AIR FILTER 无菌过滤器\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-01-01 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":1,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-05 14:53:43');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744243152759402498, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, '65614', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1743163574804656129\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"AIR FILTER 无菌过滤器\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-01-01 00:00:00\",\"validity\":1,\"validityUint\":\"Y\",\"chargeUser\":1,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-08 14:22:29');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744243926725931010, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, '65614', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1744243926570741761\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"PLUNGER 电气阀阀芯\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-01-01 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-08 14:25:33');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744244124625776641, '设备耗材', 1, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.add()', 'POST', 1, '65614', '', '/equipment/consumables', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1744244124592222210\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"ARMATURE TUBE 电磁阀组件\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-01-01 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-08 14:26:20');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639367850295298, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742189280289177601\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(洁区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-12-16 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:36:54');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639440898293761, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742190117086380033\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"门密封圈(污区)\",\"consumableNo\":\"RN-80CSW L=2360 S=60\",\"activationTime\":\"2023-07-15 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:37:11');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639456241057794, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742403708137820161\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"单向阀\",\"consumableNo\":\"25AX2MPA DDCV 25 SL\",\"activationTime\":\"2023-12-31 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:37:15');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639467582455809, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742403973385605122\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"单向阀\",\"consumableNo\":\"25AX2MPA DDCV 25 SC\",\"activationTime\":\"2023-12-31 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:37:18');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639483948630018, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742404873088978946\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"疏水阀\",\"consumableNo\":\"RN-80CSW\",\"activationTime\":\"2023-12-15 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:37:21');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639496040808449, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742405286794153986\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"过滤器\",\"consumableNo\":\"Y型 20A*80#\",\"activationTime\":\"2023-12-31 00:00:00\",\"validity\":1,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:37:24');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639529486188545, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742403973385605122\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"单向阀\",\"consumableNo\":\"25AX2MPA DDCV 25 SC\",\"activationTime\":\"2023-12-31 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:37:32');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639598557986817, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742404377892671490\",\"equipmentId\":\"1742188148443660289\",\"consumableName\":\"电磁阀\",\"consumableNo\":\"APK11-20X3391 20A 200V\",\"activationTime\":\"2023-12-15 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:37:49');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639919590014977, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742406931426889730\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"真空泵油\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:39:05');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639932038709250, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407249539682306\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"真空泵油过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:39:08');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639941094211585, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407494667390978\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"排气过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:39:10');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639950099382274, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407648141168642\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"接触过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:39:13');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639959381377026, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408195485257730\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"上搁架止动器\",\"consumableNo\":\"STERRAD 100S-4\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:39:15');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639969837776897, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408485076783105\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"电极网间隔\",\"consumableNo\":\"STERRAD 100S-18\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:39:17');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744639977442050050, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742408925516451841\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"门密封圈\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:39:19');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744640034681716738, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1742407868149190657\",\"equipmentId\":\"1742336406335864833\",\"consumableName\":\"空气高效过滤器\",\"consumableNo\":\"STERRAD 100S\",\"activationTime\":\"2023-08-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:39:33');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744640169205628930, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1743163327449772033\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"DOOR GASKET 66X 高温门封\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-09-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":1,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:40:05');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744640179112574978, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1743163574804656129\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"AIR FILTER 无菌过滤器\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-01-01 00:00:00\",\"validity\":1,\"validityUint\":\"Y\",\"chargeUser\":1,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:40:07');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744640189011132418, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1744243926570741761\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"PLUNGER 电气阀阀芯\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-01-01 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:40:10');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744640199442366465, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'lionli', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1744244124592222210\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"ARMATURE TUBE 电磁阀组件\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-01-01 00:00:00\",\"validity\":2,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:40:12');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744640555169677313, '菜单管理', 2, 'com.eqc.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '', '/system/menu', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:39\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-09 16:41:36\",\"parentName\":null,\"parentId\":2,\"children\":[],\"menuId\":120,\"menuName\":\"任务调度中心\",\"orderNum\":5,\"path\":\"XxlJob\",\"component\":\"monitor/xxljob/index\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"monitor:xxljob:list\",\"icon\":\"job\",\"remark\":\"Xxl-Job控制台菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:41:37');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744644532317749250, '个人信息', 2, 'com.eqc.web.controller.system.SysProfileController.updateProfile()', 'PUT', 1, 'admin', '', '/system/user/profile', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-09 16:57:24\",\"userId\":1,\"deptId\":null,\"userName\":null,\"nickName\":\"超级管理员\",\"userType\":\"sys_user\",\"email\":\"zhangyp1015@163.com\",\"phonenumber\":\"15888888888\",\"sex\":\"0\",\"avatar\":null,\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"101.231.137.69\",\"loginDate\":\"2024-01-09 16:41:11\",\"remark\":\"管理员\",\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":1,\"roleName\":\"超级管理员\",\"roleKey\":\"admin\",\"roleSort\":1,\"dataScope\":\"1\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":true}],\"roleIds\":null,\"postIds\":null,\"roleId\":null,\"admin\":true}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:57:25');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744644632171544577, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-09 16:57:48\",\"userId\":2,\"deptId\":103,\"userName\":\"lionli\",\"nickName\":\"测试账号\",\"userType\":\"sys_user\",\"email\":\"crazyLionLi@qq.com\",\"phonenumber\":\"15666666666\",\"sex\":\"1\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"101.231.137.69\",\"loginDate\":\"2024-01-09 16:36:43\",\"remark\":\"\",\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[2],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:57:49');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744644925688938498, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1743163327449772033\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"DOOR GASKET 66X 高温门封\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-09-27 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:58:59');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744644943166603266, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, 'admin', '', '/equipment/consumables', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1743163574804656129\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"AIR FILTER 无菌过滤器\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2023-01-01 00:00:00\",\"validity\":1,\"validityUint\":\"Y\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 16:59:03');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744671060875304961, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '112.64.53.246', '中国|上海|上海市|联通', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:33:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-09 18:42:49\",\"userId\":\"1742192449933099009\",\"deptId\":103,\"userName\":\"65614\",\"nickName\":\"杨喆\",\"userType\":\"sys_user\",\"email\":\"785646457@qq.com\",\"phonenumber\":\"17376580838\",\"sex\":\"0\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"122.224.130.218\",\"loginDate\":\"2024-01-08 14:22:11\",\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1742416704037769218\",\"roleName\":\"工程师\",\"roleKey\":\"engineer\",\"roleSort\":3,\"dataScope\":\"1\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[\"1742416704037769218\"],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 18:42:50');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1744671370612072450, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '112.64.53.246', '中国|上海|上海市|联通', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:33:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-09 18:44:03\",\"userId\":\"1742192449933099009\",\"deptId\":103,\"userName\":\"65614\",\"nickName\":\"杨喆\",\"userType\":\"sys_user\",\"email\":\"303971299@qq.com\",\"phonenumber\":\"17376580838\",\"sex\":\"0\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"122.224.130.218\",\"loginDate\":\"2024-01-08 14:22:11\",\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1742416704037769218\",\"roleName\":\"工程师\",\"roleKey\":\"engineer\",\"roleSort\":3,\"dataScope\":\"1\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[\"1742416704037769218\"],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-09 18:44:04');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1747470251835305986, '参数管理', 1, 'com.eqc.web.controller.system.SysConfigController.add()', 'POST', 1, 'admin', '', '/system/config', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-17 12:05:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-17 12:05:49\",\"configId\":\"1747470251621396482\",\"configName\":\"已过期的耗材是否还每天继续提醒\",\"configKey\":\"sys.consumable.overDueNotices\",\"configValue\":\"true\",\"configType\":\"Y\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-17 12:05:49');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1747470293744791554, '参数管理', 2, 'com.eqc.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '', '/system/config', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-17 12:05:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-17 12:05:59\",\"configId\":\"1747470251621396482\",\"configName\":\"已过期的耗材是否还每天继续提醒\",\"configKey\":\"sys.consumable.overDueNotices\",\"configValue\":\"true\",\"configType\":\"Y\",\"remark\":\"true:开启, false:关闭\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-17 12:05:59');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1747493945647308801, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:33:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-17 13:39:57\",\"userId\":\"1742192449933099009\",\"deptId\":103,\"userName\":\"65614\",\"nickName\":\"杨喆\",\"userType\":\"sys_user\",\"email\":\"785646457@qq.com\",\"phonenumber\":\"17376580838\",\"sex\":\"0\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"122.224.130.218\",\"loginDate\":\"2024-01-08 14:22:11\",\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1742416704037769218\",\"roleName\":\"工程师\",\"roleKey\":\"engineer\",\"roleSort\":3,\"dataScope\":\"1\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[\"1742416704037769218\"],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-17 13:39:58');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1747494187792867330, '参数管理', 2, 'com.eqc.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '', '/system/config', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-17 12:05:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-17 13:40:55\",\"configId\":\"1747470251621396482\",\"configName\":\"已过期的耗材是否还每天继续提醒\",\"configKey\":\"sys.consumable.overDueNotices\",\"configValue\":\"false\",\"configType\":\"Y\",\"remark\":\"true:开启, false:关闭\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-17 13:40:56');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1747494509273686018, '参数管理', 2, 'com.eqc.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '', '/system/config', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-17 12:05:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-17 13:42:12\",\"configId\":\"1747470251621396482\",\"configName\":\"已过期的耗材是否还每天继续提醒\",\"configKey\":\"sys.consumable.overDueNotices\",\"configValue\":\"true\",\"configType\":\"Y\",\"remark\":\"true:开启, false:关闭\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-17 13:42:13');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1747495104663527426, '通知公告', 3, 'com.eqc.web.controller.system.SysNoticeController.remove()', 'DELETE', 1, 'admin', '', '/system/notice/1', '101.231.137.69', '中国|上海|上海市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-17 13:44:34');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1747495112834031617, '通知公告', 3, 'com.eqc.web.controller.system.SysNoticeController.remove()', 'DELETE', 1, 'admin', '', '/system/notice/2', '101.231.137.69', '中国|上海|上海市|电信', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-17 13:44:36');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1747496779121958913, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '', '/system/user', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:33:43\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-17 13:51:13\",\"userId\":\"1742192449933099009\",\"deptId\":103,\"userName\":\"65614\",\"nickName\":\"杨喆\",\"userType\":\"sys_user\",\"email\":\"303971299@qq.com\",\"phonenumber\":\"17376580838\",\"sex\":\"0\",\"avatar\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"122.224.130.218\",\"loginDate\":\"2024-01-08 14:22:11\",\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":103,\"deptName\":\"医学工程与物资部(之江)\",\"orderNum\":1,\"leader\":\"杨喆\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1742416704037769218\",\"roleName\":\"工程师\",\"roleKey\":\"engineer\",\"roleSort\":3,\"dataScope\":\"1\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":[\"1742416704037769218\"],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-17 13:51:14');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1748662498492686338, '参数管理', 2, 'com.eqc.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '', '/system/config', '122.224.130.218', '中国|浙江省|杭州市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-17 12:05:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-20 19:03:22\",\"configId\":\"1747470251621396482\",\"configName\":\"已过期的耗材是否还每天继续提醒\",\"configKey\":\"sys.consumable.overDueNotices\",\"configValue\":\"false\",\"configType\":\"Y\",\"remark\":\"true:开启, false:关闭\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-20 19:03:23');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1749246168337227778, '参数管理', 2, 'com.eqc.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '', '/system/config', '101.231.137.69', '中国|上海|上海市|电信', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-17 12:05:49\",\"updateBy\":\"admin\",\"updateTime\":\"2024-01-22 09:42:40\",\"configId\":\"1747470251621396482\",\"configName\":\"已过期的耗材是否还每天继续提醒\",\"configKey\":\"sys.consumable.overDueNotices\",\"configValue\":\"true\",\"configType\":\"Y\",\"remark\":\"true:开启, false:关闭\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-22 09:42:41');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1749691198218706945, '个人信息', 2, 'com.eqc.web.controller.system.SysProfileController.updateProfile()', 'PUT', 1, '22128', '', '/system/user/profile', '223.104.165.196', '中国|浙江省|杭州市|移动', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 22:40:57\",\"updateBy\":\"22128\",\"updateTime\":\"2024-01-23 15:11:03\",\"userId\":\"1742194270533664769\",\"deptId\":null,\"userName\":null,\"nickName\":\"刘敏\",\"userType\":\"sys_user\",\"email\":\"9********@qq.com\",\"phonenumber\":\"139****8976\",\"sex\":\"1\",\"avatar\":null,\"status\":\"0\",\"delFlag\":\"0\",\"loginIp\":\"223.104.165.196\",\"loginDate\":\"2024-01-23 15:07:56\",\"remark\":null,\"dept\":{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":\"1742176881976864770\",\"deptName\":\"供应室(之江)\",\"orderNum\":0,\"leader\":\"65614\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"},\"roles\":[{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":2,\"roleName\":\"普通角色\",\"roleKey\":\"common\",\"roleSort\":2,\"dataScope\":\"2\",\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"delFlag\":null,\"remark\":null,\"flag\":false,\"menuIds\":null,\"deptIds\":null,\"admin\":false}],\"roleIds\":null,\"postIds\":null,\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-01-23 15:11:04');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1765643097430302721, '用户管理', 1, 'com.eqc.web.controller.system.SysUserController.add()', 'POST', 1, 'admin', '', '/system/user', '39.171.250.200', '中国|浙江省|绍兴市|移动', '{\"createBy\":\"admin\",\"createTime\":\"2024-03-07 15:38:13\",\"updateBy\":\"admin\",\"updateTime\":\"2024-03-07 15:38:13\",\"userId\":\"1765643097375776770\",\"deptId\":103,\"userName\":\"65164\",\"nickName\":\"聂涛\",\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":\"0\",\"avatar\":null,\"status\":\"0\",\"delFlag\":null,\"loginIp\":null,\"loginDate\":null,\"remark\":null,\"dept\":null,\"roles\":null,\"roleIds\":[\"1742416704037769218\"],\"postIds\":[1],\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-03-07 15:38:13');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1765643338065911810, '部门管理', 1, 'com.eqc.web.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '', '/system/dept', '39.171.250.200', '中国|浙江省|绍兴市|移动', '{\"createBy\":\"admin\",\"createTime\":\"2024-03-07 15:39:10\",\"updateBy\":\"admin\",\"updateTime\":\"2024-03-07 15:39:10\",\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":\"1765643338032357377\",\"deptName\":\"手术室(之江)\",\"orderNum\":0,\"leader\":null,\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-03-07 15:39:11');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1765643471591579649, '部门管理', 1, 'com.eqc.web.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '', '/system/dept', '39.171.250.200', '中国|浙江省|绍兴市|移动', '{\"createBy\":\"admin\",\"createTime\":\"2024-03-07 15:39:42\",\"updateBy\":\"admin\",\"updateTime\":\"2024-03-07 15:39:42\",\"parentName\":null,\"parentId\":101,\"children\":[],\"deptId\":\"1765643471578996738\",\"deptName\":\"麻醉科\",\"orderNum\":0,\"leader\":null,\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":null,\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-03-07 15:39:42');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1765643525719072770, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '39.171.250.200', '中国|浙江省|绍兴市|移动', '{\"createBy\":\"admin\",\"createTime\":\"2024-01-02 21:31:51\",\"updateBy\":\"admin\",\"updateTime\":\"2024-03-07 15:39:55\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":\"1742176881976864770\",\"deptName\":\"供应室(之江)\",\"orderNum\":0,\"leader\":\"65614\",\"phone\":\"17376580838\",\"email\":\"303971299@qq.com\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-03-07 15:39:55');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1765643588591689729, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '39.171.250.200', '中国|浙江省|绍兴市|移动', '{\"createBy\":\"admin\",\"createTime\":\"2024-03-07 15:39:11\",\"updateBy\":\"admin\",\"updateTime\":\"2024-03-07 15:40:10\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":\"1765643338032357377\",\"deptName\":\"手术室(之江)\",\"orderNum\":0,\"leader\":\"65164\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-03-07 15:40:10');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1765643722146717697, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, 'admin', '', '/system/dept', '39.171.250.200', '中国|浙江省|绍兴市|移动', '{\"createBy\":\"admin\",\"createTime\":\"2023-12-30 21:44:38\",\"updateBy\":\"admin\",\"updateTime\":\"2024-03-07 15:40:42\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":104,\"deptName\":\"放射科(之江)\",\"orderNum\":2,\"leader\":\"65164\",\"phone\":\"\",\"email\":\"\",\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-03-07 15:40:42');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1765643979282718722, '用户管理', 2, 'com.eqc.web.controller.system.SysUserController.resetPwd()', 'PUT', 1, 'admin', '', '/system/user/resetPwd', '39.171.250.200', '中国|浙江省|绍兴市|移动', '{\"createBy\":null,\"createTime\":null,\"updateBy\":\"admin\",\"updateTime\":\"2024-03-07 15:41:43\",\"userId\":\"1765643097375776770\",\"deptId\":null,\"userName\":null,\"nickName\":null,\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":null,\"avatar\":null,\"status\":null,\"delFlag\":null,\"loginIp\":null,\"loginDate\":null,\"remark\":null,\"dept\":null,\"roles\":null,\"roleIds\":null,\"postIds\":null,\"roleId\":null,\"admin\":false}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-03-07 15:41:43');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1765644421651767297, '部门管理', 2, 'com.eqc.web.controller.system.SysDeptController.edit()', 'PUT', 1, '65164', '', '/system/dept', '39.171.250.200', '中国|浙江省|绍兴市|移动', '{\"createBy\":\"admin\",\"createTime\":\"2024-03-07 15:39:42\",\"updateBy\":\"65164\",\"updateTime\":\"2024-03-07 15:43:28\",\"parentName\":\"之江院区\",\"parentId\":101,\"children\":[],\"deptId\":\"1765643471578996738\",\"deptName\":\"麻醉科(之江)\",\"orderNum\":0,\"leader\":\"65164\",\"phone\":null,\"email\":null,\"status\":\"0\",\"delFlag\":\"0\",\"ancestors\":\"0,100,101\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-03-07 15:43:29');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1853784165581189122, '设备耗材', 2, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.edit()', 'PUT', 1, '65614', '', '/equipment/consumables', '183.157.112.252', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":\"1743163327449772033\",\"equipmentId\":\"1742337833179365378\",\"consumableName\":\"DOOR GASKET 66X 高温门封\",\"consumableNo\":\"HS6620\",\"activationTime\":\"2024-07-11 00:00:00\",\"validity\":6,\"validityUint\":\"M\",\"chargeUser\":\"1742192449933099009\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-11-05 20:59:21');
|
||
INSERT INTO `sys_oper_log` (`oper_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`) VALUES (1853784593446334465, '设备耗材', 5, 'com.eqc.web.controller.equipments.EquipmentConsumablesController.export()', 'POST', 1, '65614', '', '/equipment/consumables/export', '183.157.112.252', '中国|浙江省|杭州市|电信', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"consumableId\":null,\"equipmentId\":\"1742337833179365378\",\"consumableName\":null,\"consumableNo\":null,\"activationTime\":null,\"validity\":null,\"validityUint\":null,\"chargeUser\":null,\"status\":null,\"remark\":null}', '', 0, '', '2024-11-05 21:01:03');
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_oss
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_oss`;
|
||
CREATE TABLE `sys_oss` (
|
||
`oss_id` bigint NOT NULL COMMENT '对象存储主键',
|
||
`file_name` varchar(255) NOT NULL DEFAULT '' COMMENT '文件名',
|
||
`original_name` varchar(255) NOT NULL DEFAULT '' COMMENT '原名',
|
||
`file_suffix` varchar(10) NOT NULL DEFAULT '' COMMENT '文件后缀名',
|
||
`url` varchar(500) NOT NULL COMMENT 'URL地址',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '上传人',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新人',
|
||
`service` varchar(20) NOT NULL DEFAULT 'minio' COMMENT '服务商',
|
||
PRIMARY KEY (`oss_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='OSS对象存储表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_oss
|
||
-- ----------------------------
|
||
BEGIN;
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_oss_config
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_oss_config`;
|
||
CREATE TABLE `sys_oss_config` (
|
||
`oss_config_id` bigint NOT NULL COMMENT '主建',
|
||
`config_key` varchar(20) NOT NULL DEFAULT '' COMMENT '配置key',
|
||
`access_key` varchar(255) DEFAULT '' COMMENT 'accessKey',
|
||
`secret_key` varchar(255) DEFAULT '' COMMENT '秘钥',
|
||
`bucket_name` varchar(255) DEFAULT '' COMMENT '桶名称',
|
||
`prefix` varchar(255) DEFAULT '' COMMENT '前缀',
|
||
`endpoint` varchar(255) DEFAULT '' COMMENT '访问站点',
|
||
`domain` varchar(255) DEFAULT '' COMMENT '自定义域名',
|
||
`is_https` char(1) DEFAULT 'N' COMMENT '是否https(Y=是,N=否)',
|
||
`region` varchar(255) DEFAULT '' COMMENT '域',
|
||
`access_policy` char(1) NOT NULL DEFAULT '1' COMMENT '桶权限类型(0=private 1=public 2=custom)',
|
||
`status` char(1) DEFAULT '1' COMMENT '是否默认(0=是,1=否)',
|
||
`ext1` varchar(255) DEFAULT '' COMMENT '扩展字段',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`oss_config_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='对象存储配置表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_oss_config
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_oss_config` (`oss_config_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, 'minio', 'eqc', 'eqc123', 'eqc', '', '127.0.0.1:9000', '', 'N', '', '1', '0', '', 'admin', '2023-12-30 21:44:43', 'admin', '2023-12-30 21:44:43', NULL);
|
||
INSERT INTO `sys_oss_config` (`oss_config_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, 'qiniu', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'eqc', '', 's3-cn-north-1.qiniucs.com', '', 'N', '', '1', '1', '', 'admin', '2023-12-30 21:44:43', 'admin', '2023-12-30 21:44:43', NULL);
|
||
INSERT INTO `sys_oss_config` (`oss_config_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, 'aliyun', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'eqc', '', 'oss-cn-beijing.aliyuncs.com', '', 'N', '', '1', '1', '', 'admin', '2023-12-30 21:44:43', 'admin', '2023-12-30 21:44:43', NULL);
|
||
INSERT INTO `sys_oss_config` (`oss_config_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, 'qcloud', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'eqc-1250000000', '', 'cos.ap-beijing.myqcloud.com', '', 'N', 'ap-beijing', '1', '1', '', 'admin', '2023-12-30 21:44:43', 'admin', '2023-12-30 21:44:43', NULL);
|
||
INSERT INTO `sys_oss_config` (`oss_config_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (5, 'image', 'eqc', 'eqc123', 'eqc', 'image', '127.0.0.1:9000', '', 'N', '', '1', '1', '', 'admin', '2023-12-30 21:44:43', 'admin', '2023-12-30 21:44:43', NULL);
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_post
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_post`;
|
||
CREATE TABLE `sys_post` (
|
||
`post_id` bigint NOT NULL COMMENT '岗位ID',
|
||
`post_code` varchar(64) NOT NULL COMMENT '岗位编码',
|
||
`post_name` varchar(50) NOT NULL COMMENT '岗位名称',
|
||
`post_sort` int NOT NULL COMMENT '显示顺序',
|
||
`status` char(1) NOT NULL COMMENT '状态(0正常 1停用)',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`post_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='岗位信息表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_post
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_post` (`post_id`, `post_code`, `post_name`, `post_sort`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, 'engineer', '工程师', 1, '0', 'admin', '2023-12-30 21:44:38', 'admin', '2024-01-03 13:01:41', '');
|
||
INSERT INTO `sys_post` (`post_id`, `post_code`, `post_name`, `post_sort`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, 'doctor', '医生', 2, '0', 'admin', '2023-12-30 21:44:39', 'admin', '2023-12-30 22:41:40', '');
|
||
INSERT INTO `sys_post` (`post_id`, `post_code`, `post_name`, `post_sort`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, 'nurse', '护士', 3, '0', 'admin', '2023-12-30 21:44:39', 'admin', '2023-12-30 22:43:30', '');
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role`;
|
||
CREATE TABLE `sys_role` (
|
||
`role_id` bigint NOT NULL COMMENT '角色ID',
|
||
`role_name` varchar(30) NOT NULL COMMENT '角色名称',
|
||
`role_key` varchar(100) NOT NULL COMMENT '角色权限字符串',
|
||
`role_sort` int NOT NULL COMMENT '显示顺序',
|
||
`data_scope` char(1) DEFAULT '1' COMMENT '数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)',
|
||
`menu_check_strictly` tinyint(1) DEFAULT '1' COMMENT '菜单树选择项是否关联显示',
|
||
`dept_check_strictly` tinyint(1) DEFAULT '1' COMMENT '部门树选择项是否关联显示',
|
||
`status` char(1) NOT NULL COMMENT '角色状态(0正常 1停用)',
|
||
`del_flag` char(1) DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`role_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='角色信息表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_role` (`role_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '超级管理员', 'admin', 1, '1', 1, 1, '0', '0', 'admin', '2023-12-30 21:44:39', '', NULL, '超级管理员');
|
||
INSERT INTO `sys_role` (`role_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '普通角色', 'common', 2, '2', 1, 1, '0', '0', 'admin', '2023-12-30 21:44:39', '65614', '2024-01-02 22:44:35', '普通角色');
|
||
INSERT INTO `sys_role` (`role_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742178660089131009, '65154', '1', 3, '1', 1, 1, '0', '2', 'admin', '2024-01-02 21:38:55', 'admin', '2024-01-02 21:38:55', NULL);
|
||
INSERT INTO `sys_role` (`role_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742416704037769218, '工程师', 'engineer', 3, '1', 1, 1, '0', '0', 'admin', '2024-01-03 13:24:49', 'admin', '2024-01-03 13:25:18', NULL);
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role_dept
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role_dept`;
|
||
CREATE TABLE `sys_role_dept` (
|
||
`role_id` bigint NOT NULL COMMENT '角色ID',
|
||
`dept_id` bigint NOT NULL COMMENT '部门ID',
|
||
PRIMARY KEY (`role_id`,`dept_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='角色和部门关联表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role_dept
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_role_dept` (`role_id`, `dept_id`) VALUES (2, 100);
|
||
INSERT INTO `sys_role_dept` (`role_id`, `dept_id`) VALUES (2, 101);
|
||
INSERT INTO `sys_role_dept` (`role_id`, `dept_id`) VALUES (2, 105);
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role_menu
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role_menu`;
|
||
CREATE TABLE `sys_role_menu` (
|
||
`role_id` bigint NOT NULL COMMENT '角色ID',
|
||
`menu_id` bigint NOT NULL COMMENT '菜单ID',
|
||
PRIMARY KEY (`role_id`,`menu_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='角色和菜单关联表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role_menu
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1741093982624108545);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1741094806775484418);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1741094806775484419);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1741094806775484420);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1741094806775484421);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1741094806775484422);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 103);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1017);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1018);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1019);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1020);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1741093982624108545);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1741094806775484418);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1741094806775484419);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1741094806775484420);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1741094806775484421);
|
||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1742416704037769218, 1741094806775484422);
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_user
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_user`;
|
||
CREATE TABLE `sys_user` (
|
||
`user_id` bigint NOT NULL COMMENT '用户ID',
|
||
`dept_id` bigint DEFAULT NULL COMMENT '部门ID',
|
||
`user_name` varchar(30) NOT NULL COMMENT '用户账号',
|
||
`nick_name` varchar(30) NOT NULL COMMENT '用户昵称',
|
||
`user_type` varchar(10) DEFAULT 'sys_user' COMMENT '用户类型(sys_user系统用户)',
|
||
`email` varchar(50) DEFAULT '' COMMENT '用户邮箱',
|
||
`phonenumber` varchar(11) DEFAULT '' COMMENT '手机号码',
|
||
`sex` char(1) DEFAULT '0' COMMENT '用户性别(0男 1女 2未知)',
|
||
`avatar` varchar(100) DEFAULT '' COMMENT '头像地址',
|
||
`password` varchar(100) DEFAULT '' COMMENT '密码',
|
||
`status` char(1) DEFAULT '0' COMMENT '帐号状态(0正常 1停用)',
|
||
`del_flag` char(1) DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
|
||
`login_ip` varchar(128) DEFAULT '' COMMENT '最后登录IP',
|
||
`login_date` datetime DEFAULT NULL COMMENT '最后登录时间',
|
||
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
|
||
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
|
||
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
|
||
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`user_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户信息表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_user
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, 103, 'admin', '超级管理员', 'sys_user', 'zhangyp1015@163.com', '15888888888', '0', '', '$2a$10$7JB720yubVSZvUI0rEqK/.VqGOZTH.ulu33dHOiBE8ByOhJIrdAu2', '0', '0', '140.206.198.212', '2024-11-30 02:31:00', 'admin', '2023-12-30 21:44:38', 'admin', '2024-11-30 02:31:00', '管理员');
|
||
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, 103, 'lionli', '测试账号', 'sys_user', 'crazyLionLi@qq.com', '15666666666', '1', '', '$2a$10$7JB720yubVSZvUI0rEqK/.VqGOZTH.ulu33dHOiBE8ByOhJIrdAu2', '0', '0', '112.64.53.246', '2024-01-09 18:44:44', 'admin', '2023-12-30 21:44:38', 'lionli', '2024-01-09 18:44:44', '');
|
||
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742185005605515266, 103, '方增强', '65154', 'sys_user', '1622033040@qq.com', '', '0', '', '$2a$10$aecWHZILkHjN/ApPe3rJZ.NP32u8CX8D6gJAZ5THSnMivMtQZYAnK', '0', '2', '', NULL, 'admin', '2024-01-02 22:04:08', 'admin', '2024-01-02 22:05:14', NULL);
|
||
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742190690409988098, 103, '杨喆', '65614', 'sys_user', '303971299@qq.com', '', '0', '', '$2a$10$U9mTZVmOrqzfIxgY0tkYjumb3aH4oqnENcYNAqsP9kTavw6rm1sDy', '0', '2', '', NULL, 'admin', '2024-01-02 22:26:44', 'admin', '2024-01-02 22:26:44', NULL);
|
||
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742191743637471234, 103, '方增强', '65154', 'sys_user', '1622033040@qq.com', '', '0', '', '$2a$10$BBLIrvkDYEYA.Yyle9YVVeiNdyz2ylc/Y8.Acf7tgmOV9EGNqV9B6', '0', '2', '', NULL, 'admin', '2024-01-02 22:30:55', 'admin', '2024-01-02 22:31:12', NULL);
|
||
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742191950378909697, 103, '65154', '方增强', 'sys_user', '1622033040@qq.com', '', '0', '', '$2a$10$VVFo3ArDawCoa5uoGvjwz.zYSHVWudBMvrNzxCD0Doip5MubbdJKC', '0', '2', '115.204.151.209', '2024-01-02 22:31:52', 'admin', '2024-01-02 22:31:44', 'admin', '2024-01-02 22:42:20', NULL);
|
||
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742192449933099009, 103, '65614', '杨喆', 'sys_user', '303971299@qq.com', '17376580838', '0', '', '$2a$10$INl1/vdkcASy8Ky0Lcl10.aAPwbJ9Qf3eyd.frV24t5CSVwIyBCDS', '0', '0', '183.157.112.252', '2024-11-05 20:57:47', 'admin', '2024-01-02 22:33:43', '65614', '2024-11-05 20:57:47', NULL);
|
||
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742194270533664769, 1742176881976864770, '22128', '刘敏', 'sys_user', '951062492@qq.com', '13957158976', '1', '', '$2a$10$WICgzfMxqA3zo2k6ohDNVeq6221GiYM.aAa8FvfMgOmo2itqcvWkq', '0', '0', '223.104.165.196', '2024-01-23 15:07:56', 'admin', '2024-01-02 22:40:57', '22128', '2024-01-23 15:11:04', NULL);
|
||
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1765643097375776770, 103, '65164', '聂涛', 'sys_user', '', '', '0', '', '$2a$10$CNYYJIvRX3tp/YnvQVVC3uekzzj6yImnvbnCFACyGMA3IS5V9X9.6', '0', '0', '39.171.250.200', '2024-03-07 16:56:59', 'admin', '2024-03-07 15:38:13', '65164', '2024-03-07 16:56:59', NULL);
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_user_post
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_user_post`;
|
||
CREATE TABLE `sys_user_post` (
|
||
`user_id` bigint NOT NULL COMMENT '用户ID',
|
||
`post_id` bigint NOT NULL COMMENT '岗位ID',
|
||
PRIMARY KEY (`user_id`,`post_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户与岗位关联表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_user_post
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_user_post` (`user_id`, `post_id`) VALUES (1, 1);
|
||
INSERT INTO `sys_user_post` (`user_id`, `post_id`) VALUES (2, 1);
|
||
INSERT INTO `sys_user_post` (`user_id`, `post_id`) VALUES (1742192449933099009, 1);
|
||
INSERT INTO `sys_user_post` (`user_id`, `post_id`) VALUES (1742194270533664769, 4);
|
||
INSERT INTO `sys_user_post` (`user_id`, `post_id`) VALUES (1765643097375776770, 1);
|
||
COMMIT;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_user_role
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_user_role`;
|
||
CREATE TABLE `sys_user_role` (
|
||
`user_id` bigint NOT NULL COMMENT '用户ID',
|
||
`role_id` bigint NOT NULL COMMENT '角色ID',
|
||
PRIMARY KEY (`user_id`,`role_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户和角色关联表';
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_user_role
|
||
-- ----------------------------
|
||
BEGIN;
|
||
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1, 1);
|
||
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (2, 2);
|
||
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1742192449933099009, 1742416704037769218);
|
||
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1742194270533664769, 2);
|
||
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1765643097375776770, 1742416704037769218);
|
||
COMMIT;
|
||
|
||
SET FOREIGN_KEY_CHECKS = 1;
|