[deploy] update config
This commit is contained in:
parent
26a28178bb
commit
9aee3b1fbd
41
.gitea/workflows/eqc-server-cicd.yaml
Normal file
41
.gitea/workflows/eqc-server-cicd.yaml
Normal file
@ -0,0 +1,41 @@
|
||||
name: EQC-Server CICD
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
ports:
|
||||
- 5000:5000
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up JDK & Maven
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '8'
|
||||
cache: maven
|
||||
- name: Build Jar
|
||||
run: mvn clean package -DskipTests=true -P prod,!dev
|
||||
|
||||
- name: Set up Docker QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver-opts: network=1panel
|
||||
|
||||
- name: Docker Build push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./admin
|
||||
push: true
|
||||
tags: localhost:5000/eqc-server:latest
|
||||
@ -1,6 +1,6 @@
|
||||
FROM anapsix/alpine-java:8_server-jre_unlimited
|
||||
|
||||
MAINTAINER Lion Li
|
||||
MAINTAINER yunpeng
|
||||
|
||||
RUN mkdir -p /eqc/server/logs \
|
||||
/eqc/server/temp \
|
||||
@ -8,11 +8,11 @@ RUN mkdir -p /eqc/server/logs \
|
||||
|
||||
WORKDIR /eqc/server
|
||||
|
||||
ENV SERVER_PORT=8080
|
||||
ENV SERVER_PORT=8089
|
||||
|
||||
EXPOSE ${SERVER_PORT}
|
||||
|
||||
ADD ./target/eqc-admin.jar ./app.jar
|
||||
ADD ./target/admin.jar ./eqc-server.jar
|
||||
|
||||
ENTRYPOINT ["java", \
|
||||
"-Djava.security.egd=file:/dev/./urandom", \
|
||||
@ -20,4 +20,4 @@ ENTRYPOINT ["java", \
|
||||
# 应用名称 如果想区分集群节点监控 改成不同的名称即可
|
||||
# "-Dskywalking.agent.service_name=eqc-server", \
|
||||
# "-javaagent:/eqc/skywalking/agent/skywalking-agent.jar", \
|
||||
"-jar", "app.jar"]
|
||||
"-jar", "eqc-server.jar"]
|
||||
|
||||
@ -52,9 +52,9 @@ spring:
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
||||
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
||||
url: jdbc:mysql://localhost:3306/eqcs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
||||
username: root
|
||||
password: eqc123456
|
||||
url: jdbc:mysql://localhost:2202/eqcs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
||||
username: eqcs
|
||||
password: YzFeJrKhGjWFZFma
|
||||
# 从库数据源
|
||||
# slave:
|
||||
# lazy: true
|
||||
@ -107,11 +107,11 @@ spring:
|
||||
# 地址
|
||||
host: localhost
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
port: 6382
|
||||
# 数据库索引
|
||||
database: 0
|
||||
# 密码(如没有密码请注释掉)
|
||||
password: eqc123456
|
||||
password: redis_Zyp262516
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
# 是否开启ssl
|
||||
|
||||
@ -23,7 +23,7 @@ captcha:
|
||||
# 开发环境配置
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 8080
|
||||
port: 8089
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
context-path: /
|
||||
|
||||
@ -1,18 +1,19 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
Navicat Premium Dump SQL
|
||||
|
||||
Source Server : localhost
|
||||
Source Server : aly_mysql
|
||||
Source Server Type : MySQL
|
||||
Source Server Version : 80029
|
||||
Source Host : localhost:3306
|
||||
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 : 80029
|
||||
Target Server Version : 80035 (8.0.35-0ubuntu0.22.04.1)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 02/01/2024 19:58:00
|
||||
Date: 27/12/2024 11:47:27
|
||||
*/
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
@ -28,6 +29,7 @@ CREATE TABLE `equipment_consumables` (
|
||||
`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 '创建者',
|
||||
@ -43,7 +45,25 @@ CREATE TABLE `equipment_consumables` (
|
||||
-- Records of equipment_consumables
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `equipment_consumables` (`consumable_id`, `equipment_id`, `consumable_name`, `consumable_no`, `activation_time`, `validity`, `validity_uint`, `charge_user`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742136398638501889, 1741108854363615234, '耗材1', 'pethc001', '2024-01-02 18:50:26', 6, 'M', 1, 0, 'admin', '2024-01-02 18:50:59', 'admin', '2024-01-02 18:53:57', 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 (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;
|
||||
|
||||
-- ----------------------------
|
||||
@ -69,8 +89,26 @@ CREATE TABLE `equipments` (
|
||||
-- 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 (1741108854363615234, 'PET', '12412434324234', '西门子', 104, 'xxxx', 'admin', '2023-12-30 22:47:54', 'admin', '2024-01-01 19:44:32', NULL);
|
||||
INSERT INTO `equipments` (`equipment_id`, `equipment_name`, `equipment_no`, `equipment_supplier`, `department`, `location`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1742151723719368705, '呼吸机', '24214214545', '迈瑞', 106, 'wqfafs', 'admin', '2024-01-02 19:51:53', 'admin', '2024-01-02 19:51:53', NULL);
|
||||
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;
|
||||
|
||||
-- ----------------------------
|
||||
@ -198,6 +236,7 @@ INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_valu
|
||||
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;
|
||||
|
||||
-- ----------------------------
|
||||
@ -226,16 +265,21 @@ CREATE TABLE `sys_dept` (
|
||||
-- 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, 'yz', '15888888888', 'yz@163.com', '0', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2023-12-30 22:33:58');
|
||||
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', '之江院区', 1, 'yz', '15888888888', 'yz@qq.com', '0', '0', '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 (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, 'yz', '15888888888', 'yz@qq.com', '0', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2023-12-30 22:35:14');
|
||||
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, 'yz', '15888888888', 'yz@qq.com', '0', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2023-12-30 22:35: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', '0', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2023-12-30 22:36:29');
|
||||
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', '0', '0', 'admin', '2023-12-30 21:44:38', 'admin', '2023-12-30 22:37:26');
|
||||
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;
|
||||
|
||||
-- ----------------------------
|
||||
@ -376,6 +420,176 @@ INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `ipaddr`, `login_location`
|
||||
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;
|
||||
|
||||
-- ----------------------------
|
||||
@ -411,7 +625,7 @@ CREATE TABLE `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', '0', '0', '', 'tool', '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, '菜单管理菜单');
|
||||
@ -428,7 +642,7 @@ INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`
|
||||
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', '1', '0', 'monitor:xxljob:list', 'job', 'admin', '2023-12-30 21:44:39', 'admin', '2024-01-01 19:58:01', '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 (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, '');
|
||||
@ -522,8 +736,6 @@ CREATE TABLE `sys_notice` (
|
||||
-- Records of sys_notice
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `sys_notice` (`notice_id`, `notice_title`, `notice_type`, `notice_content`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '温馨提醒:2018-07-01 新版本发布啦', '2', 0xE696B0E78988E69CACE58685E5AEB9, '0', 'admin', '2023-12-30 21:44:43', '', NULL, '管理员');
|
||||
INSERT INTO `sys_notice` (`notice_id`, `notice_title`, `notice_type`, `notice_content`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '维护通知:2018-07-01 系统凌晨维护', '1', 0xE7BBB4E68AA4E58685E5AEB9, '0', 'admin', '2023-12-30 21:44:43', '', NULL, '管理员');
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
@ -609,6 +821,180 @@ INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `requ
|
||||
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;
|
||||
|
||||
-- ----------------------------
|
||||
@ -694,7 +1080,7 @@ CREATE TABLE `sys_post` (
|
||||
-- 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', '2023-12-30 22:43:51', '');
|
||||
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;
|
||||
@ -726,7 +1112,9 @@ CREATE TABLE `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', 'admin', '2023-12-30 22:05:44', '普通角色');
|
||||
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;
|
||||
|
||||
-- ----------------------------
|
||||
@ -762,86 +1150,24 @@ CREATE TABLE `sys_role_menu` (
|
||||
-- Records of sys_role_menu
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 2);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 3);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 100);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 101);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 102);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 103);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 104);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 105);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 106);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 107);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 108);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 109);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 112);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 113);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 114);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 115);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 500);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 501);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1001);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1002);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1003);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1004);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1005);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1006);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1007);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1008);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1009);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1010);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1011);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1012);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1013);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1014);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1015);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1016);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1017);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1018);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1019);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1020);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1021);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1022);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1023);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1024);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1025);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1026);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1027);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1028);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1029);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1030);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1031);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1032);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1033);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1034);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1035);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1036);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1037);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1038);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1039);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1040);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1041);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1042);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1043);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1044);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1045);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1046);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1047);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1048);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1050);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1055);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1056);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1057);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1058);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1059);
|
||||
INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (2, 1060);
|
||||
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;
|
||||
|
||||
-- ----------------------------
|
||||
@ -875,8 +1201,15 @@ CREATE TABLE `sys_user` (
|
||||
-- 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', 'yezzy', 'sys_user', 'yezzy@163.com', '15888888888', '0', '', '$2a$10$7JB720yubVSZvUI0rEqK/.VqGOZTH.ulu33dHOiBE8ByOhJIrdAu2', '0', '0', '127.0.0.1', '2024-01-02 18:40:08', 'admin', '2023-12-30 21:44:38', 'admin', '2024-01-02 18:40:08', '管理员');
|
||||
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, 105, 'lionli', '疯狂的狮子Li', 'sys_user', 'crazyLionLi@qq.com', '15666666666', '1', '', '$2a$10$7JB720yubVSZvUI0rEqK/.VqGOZTH.ulu33dHOiBE8ByOhJIrdAu2', '0', '0', '127.0.0.1', '2023-12-30 21:44:38', 'admin', '2023-12-30 21:44:38', 'admin', '2023-12-30 22:39:22', '测试员');
|
||||
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;
|
||||
|
||||
-- ----------------------------
|
||||
@ -894,6 +1227,10 @@ CREATE TABLE `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;
|
||||
|
||||
-- ----------------------------
|
||||
@ -912,6 +1249,9 @@ CREATE TABLE `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;
|
||||
|
||||
@ -1,12 +1,50 @@
|
||||
#
|
||||
# XXL-JOB v2.3.0
|
||||
# Copyright (c) 2015-present, xuxueli.
|
||||
/*
|
||||
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 : xxl-job
|
||||
|
||||
Target Server Type : MySQL
|
||||
Target Server Version : 80035 (8.0.35-0ubuntu0.22.04.1)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 27/12/2024 11:48:12
|
||||
*/
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for xxl_job_group
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `xxl_job_group`;
|
||||
CREATE TABLE `xxl_job_group` (
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`app_name` varchar(64) NOT NULL COMMENT '执行器AppName',
|
||||
`title` varchar(12) NOT NULL COMMENT '执行器名称',
|
||||
`address_type` tinyint NOT NULL DEFAULT '0' COMMENT '执行器地址类型:0=自动注册、1=手动录入',
|
||||
`address_list` text COMMENT '执行器地址列表,多地址逗号分隔',
|
||||
`update_time` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of xxl_job_group
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (1, 'xxl-job-executor', '示例执行器', 0, 'http://192.168.1.190:28080/', '2024-12-01 00:19:47');
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for xxl_job_info
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `xxl_job_info`;
|
||||
CREATE TABLE `xxl_job_info` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`job_group` int(11) NOT NULL COMMENT '执行器主键ID',
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`job_group` int NOT NULL COMMENT '执行器主键ID',
|
||||
`job_desc` varchar(255) NOT NULL,
|
||||
`add_time` datetime DEFAULT NULL,
|
||||
`update_time` datetime DEFAULT NULL,
|
||||
@ -19,101 +57,516 @@ CREATE TABLE `xxl_job_info` (
|
||||
`executor_handler` varchar(255) DEFAULT NULL COMMENT '执行器任务handler',
|
||||
`executor_param` varchar(512) DEFAULT NULL COMMENT '执行器任务参数',
|
||||
`executor_block_strategy` varchar(50) DEFAULT NULL COMMENT '阻塞处理策略',
|
||||
`executor_timeout` int(11) NOT NULL DEFAULT '0' COMMENT '任务执行超时时间,单位秒',
|
||||
`executor_fail_retry_count` int(11) NOT NULL DEFAULT '0' COMMENT '失败重试次数',
|
||||
`executor_timeout` int NOT NULL DEFAULT '0' COMMENT '任务执行超时时间,单位秒',
|
||||
`executor_fail_retry_count` int NOT NULL DEFAULT '0' COMMENT '失败重试次数',
|
||||
`glue_type` varchar(50) NOT NULL COMMENT 'GLUE类型',
|
||||
`glue_source` mediumtext COMMENT 'GLUE源代码',
|
||||
`glue_remark` varchar(128) DEFAULT NULL COMMENT 'GLUE备注',
|
||||
`glue_updatetime` datetime DEFAULT NULL COMMENT 'GLUE更新时间',
|
||||
`child_jobid` varchar(255) DEFAULT NULL COMMENT '子任务ID,多个逗号分隔',
|
||||
`trigger_status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '调度状态:0-停止,1-运行',
|
||||
`trigger_last_time` bigint(13) NOT NULL DEFAULT '0' COMMENT '上次调度时间',
|
||||
`trigger_next_time` bigint(13) NOT NULL DEFAULT '0' COMMENT '下次调度时间',
|
||||
`trigger_status` tinyint NOT NULL DEFAULT '0' COMMENT '调度状态:0-停止,1-运行',
|
||||
`trigger_last_time` bigint NOT NULL DEFAULT '0' COMMENT '上次调度时间',
|
||||
`trigger_next_time` bigint NOT NULL DEFAULT '0' COMMENT '下次调度时间',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of xxl_job_info
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (1, 1, '设备耗材到期提醒', '2024-01-09 15:46:13', '2024-01-09 17:50:16', 'z', '', 'CRON', '0 0 8 * * ?', 'DO_NOTHING', 'FIRST', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化', '2024-01-09 15:46:13', '', 1, 1732924800000, 1733011200000);
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for xxl_job_lock
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `xxl_job_lock`;
|
||||
CREATE TABLE `xxl_job_lock` (
|
||||
`lock_name` varchar(50) NOT NULL COMMENT '锁名称',
|
||||
PRIMARY KEY (`lock_name`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of xxl_job_lock
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `xxl_job_lock` (`lock_name`) VALUES ('schedule_lock');
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for xxl_job_log
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `xxl_job_log`;
|
||||
CREATE TABLE `xxl_job_log` (
|
||||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||||
`job_group` int(11) NOT NULL COMMENT '执行器主键ID',
|
||||
`job_id` int(11) NOT NULL COMMENT '任务,主键ID',
|
||||
`id` bigint NOT NULL AUTO_INCREMENT,
|
||||
`job_group` int NOT NULL COMMENT '执行器主键ID',
|
||||
`job_id` int NOT NULL COMMENT '任务,主键ID',
|
||||
`executor_address` varchar(255) DEFAULT NULL COMMENT '执行器地址,本次执行的地址',
|
||||
`executor_handler` varchar(255) DEFAULT NULL COMMENT '执行器任务handler',
|
||||
`executor_param` varchar(512) DEFAULT NULL COMMENT '执行器任务参数',
|
||||
`executor_sharding_param` varchar(20) DEFAULT NULL COMMENT '执行器任务分片参数,格式如 1/2',
|
||||
`executor_fail_retry_count` int(11) NOT NULL DEFAULT '0' COMMENT '失败重试次数',
|
||||
`executor_fail_retry_count` int NOT NULL DEFAULT '0' COMMENT '失败重试次数',
|
||||
`trigger_time` datetime DEFAULT NULL COMMENT '调度-时间',
|
||||
`trigger_code` int(11) NOT NULL COMMENT '调度-结果',
|
||||
`trigger_code` int NOT NULL COMMENT '调度-结果',
|
||||
`trigger_msg` text COMMENT '调度-日志',
|
||||
`handle_time` datetime DEFAULT NULL COMMENT '执行-时间',
|
||||
`handle_code` int(11) NOT NULL COMMENT '执行-状态',
|
||||
`handle_code` int NOT NULL COMMENT '执行-状态',
|
||||
`handle_msg` text COMMENT '执行-日志',
|
||||
`alarm_status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '告警状态:0-默认、1-无需告警、2-告警成功、3-告警失败',
|
||||
`alarm_status` tinyint NOT NULL DEFAULT '0' COMMENT '告警状态:0-默认、1-无需告警、2-告警成功、3-告警失败',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `I_trigger_time` (`trigger_time`),
|
||||
KEY `I_handle_code` (`handle_code`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=330 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of xxl_job_log
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (299, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-10-31 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-10-31 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (300, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-01 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-01 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (301, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-02 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-02 08:00:02', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (302, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-03 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-03 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (303, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-04 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-04 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (304, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-05 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-05 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (305, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-06 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-06 08:00:02', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (306, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-07 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-07 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (307, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-08 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (308, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-09 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (309, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-10 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (310, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-11 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (311, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-12 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (312, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-13 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (313, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-14 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (314, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-15 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (315, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-16 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (316, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-17 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (317, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-18 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (318, 1, 1, NULL, 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-19 08:00:00', 500, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', NULL, 0, NULL, 2);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (319, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-20 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-20 08:00:02', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (320, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-21 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-21 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (321, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-22 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-22 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (322, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-23 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-23 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (323, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-24 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-24 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (324, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-25 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-25 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (325, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-26 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-26 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (326, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-27 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-27 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (327, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-28 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-28 08:00:02', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (328, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-29 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-29 08:00:01', 200, '', 0);
|
||||
INSERT INTO `xxl_job_log` (`id`, `job_group`, `job_id`, `executor_address`, `executor_handler`, `executor_param`, `executor_sharding_param`, `executor_fail_retry_count`, `trigger_time`, `trigger_code`, `trigger_msg`, `handle_time`, `handle_code`, `handle_msg`, `alarm_status`) VALUES (329, 1, 1, 'http://192.168.1.190:28080/', 'httpJobHandler', 'url: http://127.0.0.1:8080/equipment/consumables/dueNoticeJob\r\nmethod: post', NULL, 0, '2024-11-30 08:00:00', 200, '任务触发类型:Cron触发<br>调度机器:192.168.1.190<br>执行器-注册方式:自动注册<br>执行器-地址列表:[http://192.168.1.190:28080/]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:0<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:http://192.168.1.190:28080/<br>code:200<br>msg:null', '2024-11-30 08:00:01', 200, '', 0);
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for xxl_job_log_report
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `xxl_job_log_report`;
|
||||
CREATE TABLE `xxl_job_log_report` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`trigger_day` datetime DEFAULT NULL COMMENT '调度-时间',
|
||||
`running_count` int(11) NOT NULL DEFAULT '0' COMMENT '运行中-日志数量',
|
||||
`suc_count` int(11) NOT NULL DEFAULT '0' COMMENT '执行成功-日志数量',
|
||||
`fail_count` int(11) NOT NULL DEFAULT '0' COMMENT '执行失败-日志数量',
|
||||
`running_count` int NOT NULL DEFAULT '0' COMMENT '运行中-日志数量',
|
||||
`suc_count` int NOT NULL DEFAULT '0' COMMENT '执行成功-日志数量',
|
||||
`fail_count` int NOT NULL DEFAULT '0' COMMENT '执行失败-日志数量',
|
||||
`update_time` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `i_trigger_day` (`trigger_day`) USING BTREE
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=331 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of xxl_job_log_report
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (1, '2024-01-09 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (2, '2024-01-08 00:00:00', 0, 0, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (3, '2024-01-07 00:00:00', 0, 0, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (4, '2024-01-10 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (5, '2024-01-11 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (6, '2024-01-12 00:00:00', 0, 0, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (7, '2024-01-13 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (8, '2024-01-14 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (9, '2024-01-15 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (10, '2024-01-16 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (11, '2024-01-17 00:00:00', 0, 3, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (12, '2024-01-18 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (13, '2024-01-19 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (14, '2024-01-20 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (15, '2024-01-21 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (16, '2024-01-22 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (17, '2024-01-23 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (18, '2024-01-24 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (19, '2024-01-25 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (20, '2024-01-26 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (21, '2024-01-27 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (22, '2024-01-28 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (23, '2024-01-29 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (24, '2024-01-30 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (25, '2024-01-31 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (26, '2024-02-01 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (27, '2024-02-02 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (28, '2024-02-03 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (29, '2024-02-04 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (30, '2024-02-05 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (31, '2024-02-06 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (32, '2024-02-07 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (33, '2024-02-08 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (34, '2024-02-09 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (35, '2024-02-10 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (36, '2024-02-11 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (37, '2024-02-12 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (38, '2024-02-13 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (39, '2024-02-14 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (40, '2024-02-15 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (41, '2024-02-16 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (42, '2024-02-17 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (43, '2024-02-18 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (44, '2024-02-19 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (45, '2024-02-20 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (46, '2024-02-21 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (47, '2024-02-22 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (48, '2024-02-23 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (49, '2024-02-24 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (50, '2024-02-25 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (51, '2024-02-26 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (52, '2024-02-27 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (53, '2024-02-28 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (54, '2024-02-29 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (55, '2024-03-01 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (56, '2024-03-02 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (57, '2024-03-03 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (58, '2024-03-04 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (59, '2024-03-05 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (60, '2024-03-06 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (61, '2024-03-07 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (62, '2024-03-08 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (63, '2024-03-09 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (64, '2024-03-10 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (65, '2024-03-11 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (66, '2024-03-12 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (67, '2024-03-13 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (68, '2024-03-14 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (69, '2024-03-15 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (70, '2024-03-16 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (71, '2024-03-17 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (72, '2024-03-18 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (73, '2024-03-19 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (74, '2024-03-20 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (75, '2024-03-21 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (76, '2024-03-22 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (77, '2024-03-23 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (78, '2024-03-24 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (79, '2024-03-25 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (80, '2024-03-26 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (81, '2024-03-27 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (82, '2024-03-28 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (83, '2024-03-29 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (84, '2024-03-30 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (85, '2024-03-31 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (86, '2024-04-01 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (87, '2024-04-02 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (88, '2024-04-03 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (89, '2024-04-04 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (90, '2024-04-05 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (91, '2024-04-06 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (92, '2024-04-07 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (93, '2024-04-08 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (94, '2024-04-09 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (95, '2024-04-10 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (96, '2024-04-11 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (97, '2024-04-12 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (98, '2024-04-13 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (99, '2024-04-14 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (100, '2024-04-15 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (101, '2024-04-16 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (102, '2024-04-17 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (103, '2024-04-18 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (104, '2024-04-19 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (105, '2024-04-20 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (106, '2024-04-21 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (107, '2024-04-22 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (108, '2024-04-23 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (109, '2024-04-24 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (110, '2024-04-25 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (111, '2024-04-26 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (112, '2024-04-27 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (113, '2024-04-28 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (114, '2024-04-29 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (115, '2024-04-30 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (116, '2024-05-01 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (117, '2024-05-02 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (118, '2024-05-03 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (119, '2024-05-04 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (120, '2024-05-05 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (121, '2024-05-06 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (122, '2024-05-07 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (123, '2024-05-08 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (124, '2024-05-09 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (125, '2024-05-10 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (126, '2024-05-11 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (127, '2024-05-12 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (128, '2024-05-13 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (129, '2024-05-14 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (130, '2024-05-15 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (131, '2024-05-16 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (132, '2024-05-17 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (133, '2024-05-18 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (134, '2024-05-19 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (135, '2024-05-20 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (136, '2024-05-21 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (137, '2024-05-22 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (138, '2024-05-23 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (139, '2024-05-24 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (140, '2024-05-25 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (141, '2024-05-26 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (142, '2024-05-27 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (143, '2024-05-28 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (144, '2024-05-29 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (145, '2024-05-30 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (146, '2024-05-31 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (147, '2024-06-01 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (148, '2024-06-02 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (149, '2024-06-03 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (150, '2024-06-04 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (151, '2024-06-05 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (152, '2024-06-06 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (153, '2024-06-07 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (154, '2024-06-08 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (155, '2024-06-09 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (156, '2024-06-10 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (157, '2024-06-11 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (158, '2024-06-12 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (159, '2024-06-13 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (160, '2024-06-14 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (161, '2024-06-15 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (162, '2024-06-16 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (163, '2024-06-17 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (164, '2024-06-18 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (165, '2024-06-19 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (166, '2024-06-20 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (167, '2024-06-21 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (168, '2024-06-22 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (169, '2024-06-23 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (170, '2024-06-24 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (171, '2024-06-25 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (172, '2024-06-26 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (173, '2024-06-27 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (174, '2024-06-28 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (175, '2024-06-29 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (176, '2024-06-30 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (177, '2024-07-01 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (178, '2024-07-02 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (179, '2024-07-03 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (180, '2024-07-04 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (181, '2024-07-05 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (182, '2024-07-06 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (183, '2024-07-07 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (184, '2024-07-08 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (185, '2024-07-09 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (186, '2024-07-10 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (187, '2024-07-11 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (188, '2024-07-12 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (189, '2024-07-13 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (190, '2024-07-14 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (191, '2024-07-15 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (192, '2024-07-16 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (193, '2024-07-17 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (194, '2024-07-18 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (195, '2024-07-19 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (196, '2024-07-20 00:00:00', 0, 0, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (197, '2024-07-21 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (198, '2024-07-22 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (199, '2024-07-23 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (200, '2024-07-24 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (201, '2024-07-25 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (202, '2024-07-26 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (203, '2024-07-27 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (204, '2024-07-28 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (205, '2024-07-29 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (206, '2024-07-30 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (207, '2024-07-31 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (208, '2024-08-01 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (209, '2024-08-02 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (210, '2024-08-03 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (211, '2024-08-04 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (212, '2024-08-05 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (213, '2024-08-06 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (214, '2024-08-07 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (215, '2024-08-08 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (216, '2024-08-09 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (217, '2024-08-10 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (218, '2024-08-11 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (219, '2024-08-12 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (220, '2024-08-13 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (221, '2024-08-14 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (222, '2024-08-15 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (223, '2024-08-16 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (224, '2024-08-17 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (225, '2024-08-18 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (226, '2024-08-19 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (227, '2024-08-20 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (228, '2024-08-21 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (229, '2024-08-22 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (230, '2024-08-23 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (231, '2024-08-24 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (232, '2024-08-25 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (233, '2024-08-26 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (234, '2024-08-27 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (235, '2024-08-28 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (236, '2024-08-29 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (237, '2024-08-30 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (238, '2024-08-31 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (239, '2024-09-01 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (240, '2024-09-02 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (241, '2024-09-03 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (242, '2024-09-04 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (243, '2024-09-05 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (244, '2024-09-06 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (245, '2024-09-07 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (246, '2024-09-08 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (247, '2024-09-09 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (248, '2024-09-10 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (249, '2024-09-11 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (250, '2024-09-12 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (251, '2024-09-13 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (252, '2024-09-14 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (253, '2024-09-15 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (254, '2024-09-16 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (255, '2024-09-17 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (256, '2024-09-18 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (257, '2024-09-19 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (258, '2024-09-20 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (259, '2024-09-21 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (260, '2024-09-22 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (261, '2024-09-23 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (262, '2024-09-24 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (263, '2024-09-25 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (264, '2024-09-26 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (265, '2024-09-27 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (266, '2024-09-28 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (267, '2024-09-29 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (268, '2024-09-30 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (269, '2024-10-01 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (270, '2024-10-02 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (271, '2024-10-03 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (272, '2024-10-04 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (273, '2024-10-05 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (274, '2024-10-06 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (275, '2024-10-07 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (276, '2024-10-08 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (277, '2024-10-09 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (278, '2024-10-10 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (279, '2024-10-11 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (280, '2024-10-12 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (281, '2024-10-13 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (282, '2024-10-14 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (283, '2024-10-15 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (284, '2024-10-16 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (285, '2024-10-17 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (286, '2024-10-18 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (287, '2024-10-19 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (288, '2024-10-20 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (289, '2024-10-21 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (290, '2024-10-22 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (291, '2024-10-23 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (292, '2024-10-24 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (293, '2024-10-25 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (294, '2024-10-26 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (295, '2024-10-27 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (296, '2024-10-28 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (297, '2024-10-29 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (298, '2024-10-30 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (299, '2024-10-31 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (300, '2024-11-01 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (301, '2024-11-02 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (302, '2024-11-03 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (303, '2024-11-04 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (304, '2024-11-05 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (305, '2024-11-06 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (306, '2024-11-07 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (307, '2024-11-08 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (308, '2024-11-09 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (309, '2024-11-10 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (310, '2024-11-11 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (311, '2024-11-12 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (312, '2024-11-13 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (313, '2024-11-14 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (314, '2024-11-15 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (315, '2024-11-16 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (316, '2024-11-17 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (317, '2024-11-18 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (318, '2024-11-19 00:00:00', 0, 0, 1, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (319, '2024-11-20 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (320, '2024-11-21 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (321, '2024-11-22 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (322, '2024-11-23 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (323, '2024-11-24 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (324, '2024-11-25 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (325, '2024-11-26 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (326, '2024-11-27 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (327, '2024-11-28 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (328, '2024-11-29 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (329, '2024-11-30 00:00:00', 0, 1, 0, NULL);
|
||||
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (330, '2024-12-01 00:00:00', 0, 0, 0, NULL);
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for xxl_job_logglue
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `xxl_job_logglue`;
|
||||
CREATE TABLE `xxl_job_logglue` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`job_id` int(11) NOT NULL COMMENT '任务,主键ID',
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`job_id` int NOT NULL COMMENT '任务,主键ID',
|
||||
`glue_type` varchar(50) DEFAULT NULL COMMENT 'GLUE类型',
|
||||
`glue_source` mediumtext COMMENT 'GLUE源代码',
|
||||
`glue_remark` varchar(128) NOT NULL COMMENT 'GLUE备注',
|
||||
`add_time` datetime DEFAULT NULL,
|
||||
`update_time` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of xxl_job_logglue
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for xxl_job_registry
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `xxl_job_registry`;
|
||||
CREATE TABLE `xxl_job_registry` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`registry_group` varchar(50) NOT NULL,
|
||||
`registry_key` varchar(255) NOT NULL,
|
||||
`registry_value` varchar(255) NOT NULL,
|
||||
`update_time` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `i_g_k_v` (`registry_group`,`registry_key`,`registry_value`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
|
||||
CREATE TABLE `xxl_job_group` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`app_name` varchar(64) NOT NULL COMMENT '执行器AppName',
|
||||
`title` varchar(12) NOT NULL COMMENT '执行器名称',
|
||||
`address_type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '执行器地址类型:0=自动注册、1=手动录入',
|
||||
`address_list` text COMMENT '执行器地址列表,多地址逗号分隔',
|
||||
`update_time` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
-- ----------------------------
|
||||
-- Records of xxl_job_registry
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `xxl_job_registry` (`id`, `registry_group`, `registry_key`, `registry_value`, `update_time`) VALUES (9, 'EXECUTOR', 'xxl-job-executor', 'http://192.168.1.190:28080/', '2024-12-01 00:47:53');
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for xxl_job_user
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `xxl_job_user`;
|
||||
CREATE TABLE `xxl_job_user` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`username` varchar(50) NOT NULL COMMENT '账号',
|
||||
`password` varchar(50) NOT NULL COMMENT '密码',
|
||||
`role` tinyint(4) NOT NULL COMMENT '角色:0-普通用户、1-管理员',
|
||||
`role` tinyint NOT NULL COMMENT '角色:0-普通用户、1-管理员',
|
||||
`permission` varchar(255) DEFAULT NULL COMMENT '权限:执行器ID列表,多个逗号分割',
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `i_username` (`username`) USING BTREE
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
|
||||
CREATE TABLE `xxl_job_lock` (
|
||||
`lock_name` varchar(50) NOT NULL COMMENT '锁名称',
|
||||
PRIMARY KEY (`lock_name`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (1, 'xxl-job-executor', '示例执行器', 0, NULL, '2018-11-03 22:21:31' );
|
||||
INSERT INTO `xxl_job_info`(`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`) VALUES (1, 1, '测试任务1', '2018-11-03 22:21:31', '2018-11-03 22:21:31', 'XXL', '', 'CRON', '0 0 0 * * ? *', 'DO_NOTHING', 'FIRST', 'demoJobHandler', '', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化', '2018-11-03 22:21:31', '');
|
||||
INSERT INTO `xxl_job_user`(`id`, `username`, `password`, `role`, `permission`) VALUES (1, 'admin', 'e10adc3949ba59abbe56e057f20f883e', 1, NULL);
|
||||
INSERT INTO `xxl_job_lock` ( `lock_name`) VALUES ( 'schedule_lock');
|
||||
|
||||
commit;
|
||||
-- ----------------------------
|
||||
-- Records of xxl_job_user
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `xxl_job_user` (`id`, `username`, `password`, `role`, `permission`) VALUES (1, 'admin', 'e10adc3949ba59abbe56e057f20f883e', 1, NULL);
|
||||
COMMIT;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user